We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 897772c commit 900aee2Copy full SHA for 900aee2
src/index.ts
@@ -27,7 +27,7 @@ async function run(regex: RegExp, { version }: { version: string }) {
27
console.error("Something went wrong");
28
}
29
30
- process.exit(0);
+ process.exit(code);
31
});
32
return;
33
0 commit comments