Make unhandled Promise errors throw an exception
A promise will throw an exception unless an error handler is attached in the same "tick" that the error is emitted. This is to avoid silent promise failures.
parent
f64371fc
Please register or sign in to comment