Comparing version 2.0.2 to 2.0.3
@@ -55,6 +55,7 @@ /** | ||
// ensure `_data` exists | ||
// (if not, built it using the exit definition) | ||
// (if not, build it using the exit definition) | ||
if (!_data) { | ||
_data = new Error(util.format('`%s` triggered its `%s` exit', self.identity, exitName) + ((self.exits[exitName] && self.exits[exitName].description)?': '+self.exits[exitName].description:'') + ''); | ||
_data.code = exitName; | ||
_data.exit = exitName; | ||
_data.output = _data; | ||
@@ -61,0 +62,0 @@ } |
{ | ||
"name": "machine", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Configure and execute machines", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
58655
1469