You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to node-...@googlegroups.com
With 0.3.5, uncaught nodejs exceptions now show a screen with a cloud on it and a stacktrace. Is there a way to intercept this behavior to replace it with my own? I don't want a bug in a plugin for example destroying the state of the application, such that people might lose work. I'd much rather handle this with some global catchall. I used to do that by adding an event handler for uncaughtException, but that doesn't prevent the clouds from taking over.
Cheers, Chris.
Roger
unread,
Dec 3, 2012, 8:16:54 PM12/3/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to node-...@googlegroups.com
Thanks for your comments. We didn't expect this to break the applications when we add this feature. And we'd like to fix it ASAP.
-- You may say I am a dreamer, but I am not the only one.
Roger
unread,
Dec 3, 2012, 8:19:59 PM12/3/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to node-...@googlegroups.com
btw, could you please provide your code of adding an event handler for uncaughtException? We can add it to our test cases.
Cheng Zhao
unread,
Dec 3, 2012, 8:20:01 PM12/3/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to node-...@googlegroups.com
I'll prevent nw from printing stacktrace when there are other
listeners of uncaughtException.