Merge branch 'main' into webhook

This commit is contained in:
Peter Hedenskog 2023-12-29 08:23:14 +01:00 committed by GitHub
commit 2c2545e3cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -157,8 +157,9 @@ async function start() {
}
if (
!budgetFailing ||
(parsed.options.budget && parsed.options.budget.suppressExitCode)
(!budgetFailing ||
(parsed.options.budget && parsed.options.budget.suppressExitCode)) &&
process.exitCode === undefined
) {
process.exitCode = 0;
}