Oops!
This commit is contained in:
parent
b00d5d07dd
commit
8c7df1fe75
|
@ -216,7 +216,7 @@ module.exports = class ArchiveUtil {
|
||||||
|
|
||||||
proc.onExit(exitEvent => {
|
proc.onExit(exitEvent => {
|
||||||
return cb(
|
return cb(
|
||||||
exitCode
|
exitEvent.exitCode
|
||||||
? Errors.ExternalProcess(
|
? Errors.ExternalProcess(
|
||||||
`${action} failed with exit code: ${exitEvent.exitCode}`
|
`${action} failed with exit code: ${exitEvent.exitCode}`
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue