Comparing version 0.0.23 to 0.0.24
@@ -85,2 +85,11 @@ 'use strict' | ||
this.queue.add(async child => { | ||
if (this.pipeline.errored) { | ||
debug( | ||
'Task <%s:%s> cancel next Job due to (Job) error', | ||
this.task.constructor.name, | ||
this.task.name | ||
) | ||
return | ||
} | ||
try { | ||
@@ -87,0 +96,0 @@ await fn(new State(child, this.task, this.pipeline)) |
{ | ||
"name": "bootme", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"description": "", | ||
@@ -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
13298
587