Skip to content

Commit 900aee2

Browse files
committed
Minor fixes
1 parent 897772c commit 900aee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ async function run(regex: RegExp, { version }: { version: string }) {
2727
console.error("Something went wrong");
2828
}
2929

30-
process.exit(0);
30+
process.exit(code);
3131
});
3232
return;
3333
}

0 commit comments

Comments
 (0)