-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Updates] Use async/await directly #9
Comments
stefanpenner
added a commit
to stefanpenner/promise-map-series
that referenced
this issue
Dec 5, 2019
[Fixes joliss#9] * enables use of async/await for improved debugging and stack traces * drops rsvp dependency
stefanpenner
added a commit
to stefanpenner/promise-map-series
that referenced
this issue
Dec 5, 2019
[Fixes joliss#9] * enables use of async/await for improved debugging and stack traces * drops rsvp dependency
stefanpenner
added a commit
to stefanpenner/promise-map-series
that referenced
this issue
Dec 5, 2019
[Fixes joliss#9] * enables use of async/await for improved debugging and stack traces * drops rsvp dependency
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now that Node 8 is nearly EOL, we can safely re-write this code to use async/await. as Promises in node 10 have
finally
. This will provide improved debugging and stacktraces, and drop some over our heavier dependencies.The text was updated successfully, but these errors were encountered: