Skip to content

Commit

Permalink
fix: cli exit code 1 when error happens
Browse files Browse the repository at this point in the history
  • Loading branch information
jayzhang committed Mar 26, 2024
1 parent 81f6e83 commit 2d27986
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/commands/engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,7 @@ class CLIEngine {
}
if (fxError) {
this.printError(fxError);
process.exit(1);
}
}

Expand Down

0 comments on commit 2d27986

Please sign in to comment.