Apply auto-build changes

This commit is contained in:
HaveAGitGat 2024-06-23 10:32:58 +00:00 committed by github-actions[bot]
parent 4da373baf9
commit 9551282648

View file

@ -384,6 +384,7 @@ var CLI = /** @class */ (function () {
if (this.cancelled) {
cliExitCode = 1;
}
this.config.jobLog("CLI ".concat(this.config.cli, " exited with code: ").concat(cliExitCode));
return [2 /*return*/, {
cliExitCode: cliExitCode,
errorLogFull: errorLogFull,