Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrinded committed Nov 8, 2023
1 parent 25a52c3 commit 7853ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/cmds/entrypoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ yargs(hideBin(process.argv))
process.exit(0);
} else {
console.log("❌ Some tests failed");
process.kill(process.pid, 'SIGTERM');
process.kill(process.pid, "SIGTERM");
}
} else {
console.log("❌ No environment specified");
Expand Down

0 comments on commit 7853ba0

Please sign in to comment.