Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

Commit

Permalink
Remove abort
Browse files Browse the repository at this point in the history
  • Loading branch information
markis committed Sep 9, 2019
1 parent 0c6e78d commit ab05ae6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ let processor = watchmanProcessor;

if (args.init) {
configManager.createConfig();
process.abort();
} else {
const config = configManager.getConfig();
if (config instanceof Error) {
Expand Down

0 comments on commit ab05ae6

Please sign in to comment.