Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(waitFor): reject with Error rather than string (#84)
* fix(waitFor): reject with Error rather than string When used in combination with async / await, the value that the promise is rejected with may be thrown, and throwing a string literal rather than an Error may cause warnings in some browsers. * fix: revert changes to dist folder These changes will be generated during the build.
- Loading branch information