Comparing version 0.1.4 to 0.1.5
@@ -371,3 +371,10 @@ /* | ||
var value = ''; | ||
stdio.setRawMode(true); | ||
// | ||
// Ignore errors from `.setRawMode()` so that `node-prompt` can | ||
// be scripted in child processes. | ||
// | ||
try { stdio.setRawMode(true) } | ||
catch (ex) { } | ||
prompt.resume(); | ||
@@ -374,0 +381,0 @@ stdin.on('error', callback); |
{ | ||
"name": "prompt", | ||
"description": "A beautiful command-line prompt for node.js", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"author": "Nodejitsu Inc. <info@nodejitsu.com>", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
@@ -14,3 +14,3 @@ /* | ||
vows.describe('prompt').addBatch({ | ||
vows.describe('prompt/interactive').addBatch({ | ||
"When using prompt": { | ||
@@ -17,0 +17,0 @@ topic: function () { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
90154
16
1179