Open
Description
Test case:
<script>
process.on('uncaughtException', function(e) {
console.log('caught!');
});
// following statement should throw a browser exception, but caught by `uncaughtException`
alert(NotDefinedVariable);
</script>
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.