Hello, I recently upgraded node-webkit to 0.9.1 (and tested on 0.9.2 just now), and I keep having a problem where if there's an uncaught exception, nw switches to the cloudy nodejs page error, which is annoying because refreshing back from that page is unreliable at best. If I use process.on(uncaughtException...) nw flat out crashes. This is on something as simple as referencing an undefined local variable. Is this expected behavior?
Prior to using 0.9.1, I've never had these problems. If there was an uncaught exception, it just stated so in the console. No redirecting to cloudy page, no crashing. Just refresh to start anew.
Forgive me as I'm not terribly familiar with node-webkit's underpinnings, it's just really frustrating considering it worked perfectly before.
Also, this is on Windows 8.1 if that helps.
I appreciate any insight you guys can give me.