Comparing version 0.13.0 to 0.13.1
@@ -146,4 +146,2 @@ const util = require('util'); | ||
var execute = fn.bind(this, this.buildEnvironment(opts)); | ||
if (this.nodeFlags) { | ||
@@ -155,7 +153,7 @@ flaggedRespawn(this.nodeFlags, process.argv, function (ready, child) { | ||
if (ready) { | ||
execute(); | ||
fn.call(this, this.buildEnvironment(opts)); | ||
} | ||
}.bind(this)); | ||
} else { | ||
execute(); | ||
fn.call(this, this.buildEnvironment(opts)); | ||
} | ||
@@ -162,0 +160,0 @@ |
{ | ||
"name": "liftoff", | ||
"description": "Launch your command line tool with ease.", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"homepage": "https://github.com/tkellen/node-liftoff", | ||
@@ -6,0 +6,0 @@ "author": { |
Sorry, the diff of this file is not supported yet
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
1126804
242