Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dbritto-dev committed Jul 4, 2024
1 parent 897772c commit 900aee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async function run(regex: RegExp, { version }: { version: string }) {
console.error("Something went wrong");
}

process.exit(0);
process.exit(code);
});
return;
}
Expand Down

0 comments on commit 900aee2

Please sign in to comment.