Skip to content

Instantly share code, notes, and snippets.

@sudarshang
Created May 12, 2018 22:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sudarshang/39857dda7013be7d8006ce3473a1d2f3 to your computer and use it in GitHub Desktop.
Save sudarshang/39857dda7013be7d8006ce3473a1d2f3 to your computer and use it in GitHub Desktop.
- await poolAll(
+ await Promise.all(
config.routes.map(route => async () => {
+ /* eslint-disable no-debugger */
+ debugger
+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment