@bitdiver/model
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -86,3 +86,3 @@ 'use strict'; | ||
// This is important for cleanup steps, for Example. | ||
this.runOnError = opts.runOnError ? opts.runOnError : false; | ||
this.runOnError = opts.runOnError !== undefined ? opts.runOnError : false; | ||
@@ -89,0 +89,0 @@ // Allows to define how many parallel exection are possible on a per step basis. |
{ | ||
"name": "@bitdiver/model", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
47387