Skip to content

Commit

Permalink
Update cordova
Browse files Browse the repository at this point in the history
  • Loading branch information
Molkars authored May 25, 2024
1 parent dde3262 commit fbf16da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cordova
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cli(process.argv).catch(err => {
const errorOutput = typeof err === 'string' ? err : util.inspect(err);
throw new CordovaError('Promise rejected with non-error: ' + errorOutput);
}
if (typeof err.code !== "number") {
if (typeof err.code !== 'number') {
process.exitCode = 1;
} else {
process.exitCode = err.code;
Expand Down

0 comments on commit fbf16da

Please sign in to comment.