We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa918f commit 080e431Copy full SHA for 080e431
2 files changed
lib/internal/process.js
@@ -182,7 +182,7 @@ function setupKillAndExit() {
182
};
183
}
184
185
-var ttdSigIntHandler = undefined;
+var ttdSigIntHandler;
186
function setupSignalHandlers() {
187
const signalWraps = Object.create(null);
188
let Signal;
lib/trace_mgr.js
@@ -7,8 +7,8 @@ var reentrantDisable = true;
7
var process = require('process');
8
9
var lazyloadDone = false;
10
-var path = undefined;
11
-var fs = undefined;
+var path;
+var fs;
12
13
///////////////////////////////
14
//Trace calls
0 commit comments