Skip to content

Commit

Permalink
fix: exit code on workspace properly propagated in node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBitard committed May 17, 2023
1 parent 7751dd4 commit 77cdd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/exit-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const exitHandler = err => {
log.level = level
}

let exitCode
let exitCode = process.exitCode || 0
let noLogMessage
let jsonError

Expand Down

0 comments on commit 77cdd52

Please sign in to comment.