Skip to content
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

chore: remove installAsyncStackHooks helper #6186

Merged
merged 3 commits into from Jul 9, 2020

Commits on Jul 9, 2020

  1. chore: remove installAsyncStackHooks helper

    This code was written when browsers/Node didn't support errors in async
    functions very well. They now do a much better job of this, so we can
    lose the additonal complexity from our codebase and leave it to the host
    environment :)
    jackfranklin committed Jul 9, 2020
    Copy the full SHA
    6d7a6be View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b61efb4 View commit details
    Browse the repository at this point in the history
  3. remove async stack test

    jackfranklin committed Jul 9, 2020
    Copy the full SHA
    588d930 View commit details
    Browse the repository at this point in the history