Skip to content

Commit dbae68c

Browse files
authored
Plunker reminder #1775
1 parent 7b76185 commit dbae68c

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

+2
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)