Errors from calling say() utility cannot be handled using global error handler #183
Closed
3 tasks done
Labels
bug
M-T: confirmed bug report. Issues are confirmed when the reproduction steps are documented
Description
When an error occurs while calling the
say()
utility function inside a listener (or a middleware), the error goes unhandled and reaches the top level of the program. This not only produces ugly console output, but is dangerous because it can cause the program to terminate.The most thorough description of this bug is in #175. The same issue is also discussed in #176.
Requirements (place an
x
in each of the[ ]
)The text was updated successfully, but these errors were encountered: