Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Explicitly handle yieldTo promise resolution and rejection (#1017)
If we allow yieldTo promise errors to bubble, some version of node throws an error. These type of errors can be avoided completely by always explicitly handling promise resolution and rejection.
- Loading branch information