Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/child_process.js')
-rw-r--r--lib/child_process.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/child_process.js b/lib/child_process.js
index 6e0912ee275..fa6c1c7035c 100644
--- a/lib/child_process.js
+++ b/lib/child_process.js
@@ -637,7 +637,7 @@ function maybeClose(subprocess) {
function ChildProcess() {
EventEmitter.call(this);
-
+
var self = this;
this._closesNeeded = 1;