Update article.md
fix: bug caused by GitHub data change
This commit is contained in:
parent
9c74908612
commit
e1be207fe8
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ An example of use (shows commit authors in console):
|
||||||
|
|
||||||
for await (const commit of fetchCommits('javascript-tutorial/en.javascript.info')) {
|
for await (const commit of fetchCommits('javascript-tutorial/en.javascript.info')) {
|
||||||
|
|
||||||
console.log(commit.author.name);
|
console.log(commit.author.login);
|
||||||
|
|
||||||
if (++count == 100) { // let's stop at 100 commits
|
if (++count == 100) { // let's stop at 100 commits
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue