interactive
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -100,3 +100,3 @@ var util = require('util'); | ||
result = eval.apply(global, [data]); | ||
stdout.write('\u001b[37m' + util.inspect(result) + '\u001b[0m'); | ||
stdout.write('\u001b[37m' + util.inspect(result) + '\u001b[0m\n'); | ||
pos = 0; | ||
@@ -103,0 +103,0 @@ tmp = ""; |
{ | ||
"name": "interactive", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Togglable interactive mode", | ||
@@ -5,0 +5,0 @@ "main": "interactive.js", |
@@ -39,7 +39,7 @@ interactive | ||
//Interactive mode started at: Point 1 | ||
//> console.log(5) | ||
//> a = 5 | ||
//5 | ||
//undefined | ||
//> :l test.js | ||
//this is output from test.js | ||
//undefined | ||
//> a | ||
@@ -46,0 +46,0 @@ //7 |
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
12332