Comparing version 0.3.2 to 0.3.3
{ | ||
"name": "n_shell", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "A node REPL with ShellJS loaded by default", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -53,3 +53,3 @@ 'use strict'; | ||
} else { | ||
return function() { | ||
var outerRet = function() { | ||
var ret = fun.apply(this, arguments); | ||
@@ -72,2 +72,4 @@ if (ret instanceof Object) { | ||
}; | ||
outerRet.inspect = function () { return this(); }; | ||
return outerRet; | ||
} | ||
@@ -74,0 +76,0 @@ } |
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
7512
83