Comparing version 1.0.7 to 1.0.8
@@ -50,3 +50,3 @@ | ||
if (typeof this.notfound === 'function') { | ||
this.invoke([this.notfound], { tty: tty, cmd: path }, callback); | ||
this.notfound.call({ tty: tty, cmd: path }, callback); | ||
} | ||
@@ -53,0 +53,0 @@ else if (callback) { |
@@ -5,3 +5,3 @@ { | ||
"author": "Nodejitsu Inc <info@nodejitsu.com>", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"maintainers": [ "hij1nx <hij1nx@me.com>", "indexzero <charlie.robbins@gmail.com>" ], | ||
@@ -8,0 +8,0 @@ "contributors": [ |
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
237345