So I guess the case is closed--I'll never be able to catch it
http://www.espruino.com/Reference#l_process_uncaughtException
So you can catch it - just define a global handler for process.uncaughtException. It's a bit of a hack but it's possible
process.uncaughtException
It's a bit of a hack but it's possible
I'll take it--thanks 😎!
@rj started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
http://www.espruino.com/Reference#l_process_uncaughtException
So you can catch it - just define a global handler for
process.uncaughtException
. It's a bit of a hack but it's possible