This commit is contained in:
Bryan Ashby 2023-10-12 20:41:59 -06:00
parent b00d5d07dd
commit 8c7df1fe75
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ module.exports = class ArchiveUtil {
proc.onExit(exitEvent => {
return cb(
exitCode
exitEvent.exitCode
? Errors.ExternalProcess(
`${action} failed with exit code: ${exitEvent.exitCode}`
)