builder-util
Advanced tools
Comparing version 5.3.1 to 5.4.0
@@ -415,7 +415,11 @@ "use strict"; | ||
if ((_log || _load_log()).log.isDebugEnabled) { | ||
(_log || _load_log()).log.debug({ | ||
const fields = { | ||
command: _path.basename(command), | ||
code, | ||
pid: childProcess.pid | ||
}, "exited"); | ||
}; | ||
if (out.length > 0) { | ||
fields.out = out; | ||
} | ||
(_log || _load_log()).log.debug(fields, "exited"); | ||
} | ||
@@ -422,0 +426,0 @@ if (code === 0) { |
{ | ||
"name": "builder-util", | ||
"version": "5.3.1", | ||
"version": "5.4.0", | ||
"main": "out/util.js", | ||
@@ -14,3 +14,3 @@ "author": "Vladimir Krivosheev", | ||
"dependencies": { | ||
"app-builder-bin": "1.3.6", | ||
"app-builder-bin": "1.3.7", | ||
"temp-file": "^3.1.1", | ||
@@ -17,0 +17,0 @@ "fs-extra-p": "^4.5.2", |
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
189392
2379
+ Addedapp-builder-bin@1.3.7(transitive)
+ Addedapp-builder-bin-linux@1.3.7(transitive)
+ Addedapp-builder-bin-mac@1.3.7(transitive)
+ Addedapp-builder-bin-win@1.3.7(transitive)
- Removedapp-builder-bin@1.3.6(transitive)
- Removedapp-builder-bin-linux@1.3.6(transitive)
- Removedapp-builder-bin-mac@1.3.6(transitive)
- Removedapp-builder-bin-win@1.3.6(transitive)
Updatedapp-builder-bin@1.3.7