Skip to content

Commit

Permalink
fix: relocate -W and -X options
Browse files Browse the repository at this point in the history
  • Loading branch information
PopGoesTheWza committed Mar 18, 2021
1 parent 2e15a4b commit 2041bbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ if (args.length === 0) {
}
}
spinner.clear();
})();

beforeExit();
onExit();
beforeExit();
onExit();
})();

0 comments on commit 2041bbf

Please sign in to comment.