Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Allow promises to be handled after rejection #42

Open
michaeldwan opened this issue Jan 23, 2019 · 0 comments
Open

Allow promises to be handled after rejection #42

michaeldwan opened this issue Jan 23, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@michaeldwan
Copy link
Contributor

This causes an unhandled promise rejection error in fly.rs but is considered valid in other engines and MDN:

const handler = Promise.reject();
handler.then(console.log).catch(console.error);
@michaeldwan michaeldwan added the bug Something isn't working label Jan 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant