You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<script>process.on('uncaughtException',function(e){console.log('caught!');});// following statement should throw a browser exception, but caught by `uncaughtException`alert(NotDefinedVariable);</script>
Test case:
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: