Skip to content

Commit

Permalink
build(tools): add return
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Jun 18, 2024
1 parent 88e1bc3 commit 97eae3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/version_up.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ main();
function main() {
if (process.argv[2] === 'undo') {
gitUndo();
return;
}

const versionType = process.argv[2] || defaultVersion;
Expand Down

0 comments on commit 97eae3e

Please sign in to comment.