From 8c7df1fe757fde27738e6d110b06f578fb41b666 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Thu, 12 Oct 2023 20:41:59 -0600 Subject: [PATCH] Oops! --- core/archive_util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/archive_util.js b/core/archive_util.js index ef9a00fc..d2ebeda4 100644 --- a/core/archive_util.js +++ b/core/archive_util.js @@ -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}` )