Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
oooooops
  • Loading branch information
Myles Byrne committed Mar 19, 2012
1 parent 714f066 commit 67d5190
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/wachs-cli.js
Expand Up @@ -25,7 +25,6 @@
if (args.except.length !== 0) {
log.info("except those matching {" + (args.except.join(',')) + "}");
}
process.exit();
child = null;
shouldRestart = false;
diedOnItsOwn = false;
Expand Down
2 changes: 0 additions & 2 deletions src/wachs-cli.coffee
Expand Up @@ -21,8 +21,6 @@ watch = require './wach'
if args.except.length isnt 0
log.info "except those matching {#{args.except.join(',')}}"

process.exit()

child = null
shouldRestart = no
diedOnItsOwn = no
Expand Down

0 comments on commit 67d5190

Please sign in to comment.