Skip to content

Commit

Permalink
redeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
OrJDev committed Sep 24, 2024
1 parent 9d85c53 commit 31c9899
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ async function main() {
project.finished(ctx);
}

main()
.catch((e) => {
main().catch((e) => {
console.log(
`\n ${chalk.blue("Something went wrong:")} ${chalk.red(formatError(e))}\n`
`\n ${chalk.blue("Something went wrong:")} ${chalk.red(formatError(e))}\n`,
);
process.exit(1);
});

//

0 comments on commit 31c9899

Please sign in to comment.