Closed pronebird closed 4 years ago
Hi,
It's not the end of the world but it's really strange to see the string emitted as an error from the error handler. Perhaps you meant to wrap it into Error? Doing so also captures the stack trace and helps to figure out where the error comes from.
string
error
Error
Cheers, Andrej
Absolutely! They are errors in v3.0.0.
Hi,
It's not the end of the world but it's really strange to see the
string
emitted as an error from theerror
handler. Perhaps you meant to wrap it intoError
? Doing so also captures the stack trace and helps to figure out where the error comes from.Cheers, Andrej