Skip to content

Commit 2b33873

Browse files
authored
Merge pull request #2577 from joaquinelio/patch-14
Plunker reminder #1775
2 parents d8be8b0 + dbae68c commit 2b33873

File tree

1 file changed

+2
-0
lines changed
  • 1-js/12-generators-iterators/2-async-iterators-generators

1 file changed

+2
-0
lines changed

1-js/12-generators-iterators/2-async-iterators-generators/article.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,8 @@ An example of use (shows commit authors in console):
384384
}
385385

386386
})();
387+
388+
// Note: If you are running this in an external sandbox, you'll need to paste here the function fetchCommits described above
387389
```
388390

389391
That's just what we wanted.

0 commit comments

Comments
 (0)