builder-util
Advanced tools
Comparing version 4.2.1 to 4.2.2
@@ -54,3 +54,3 @@ "use strict"; | ||
this.tasks.push(promise.catch(it => { | ||
(_log || _load_log()).log.debug({ error: it.message }, "async task error"); | ||
(_log || _load_log()).log.debug({ error: it.message || it.toString() }, "async task error"); | ||
this.errors.push(it); | ||
@@ -57,0 +57,0 @@ return (_bluebirdLst2 || _load_bluebirdLst2()).default.resolve(null); |
{ | ||
"name": "builder-util", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"main": "out/util.js", | ||
@@ -21,4 +21,4 @@ "author": "Vladimir Krivosheev", | ||
"debug": "^3.1.0", | ||
"builder-util-runtime": "^4.0.3", | ||
"source-map-support": "^0.5.1", | ||
"builder-util-runtime": "^4.0.4", | ||
"source-map-support": "^0.5.3", | ||
"7zip-bin": "^2.4.1", | ||
@@ -25,0 +25,0 @@ "ini": "^1.3.5", |
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
203020
Updatedbuilder-util-runtime@^4.0.4
Updatedsource-map-support@^0.5.3