Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
[squash] lint fixes tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
kfarnung committed Jan 26, 2018
1 parent a4a0fc0 commit 52d8c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/bootstrap_node.js
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@
if (exceptionHandlerState.captureFn !== null) {
exceptionHandlerState.captureFn(er);
} else if (!process.emit('uncaughtException', er)) {
//ENABLE_TTD
//ENABLE_TTD
NativeModule.require('trace_mgr').onUncaughtExceptionHandler();

// If someone handled it, then great. otherwise, die in C++ land
Expand Down

0 comments on commit 52d8c17

Please sign in to comment.