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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/read/test/defaults.js')
-rw-r--r--node_modules/read/test/defaults.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/node_modules/read/test/defaults.js b/node_modules/read/test/defaults.js
index f3335ac82..e3d2ac710 100644
--- a/node_modules/read/test/defaults.js
+++ b/node_modules/read/test/defaults.js
@@ -52,6 +52,8 @@ function child () {
pass: pass,
verify: pass2,
passMatch: (pass === pass2)}))
+ if (process.stdin.unref)
+ process.stdin.unref()
})
})
})