Skip to content

Commit

Permalink
[fix] process don't exit after jitsu deploy, drain event isn't called
Browse files Browse the repository at this point in the history
  • Loading branch information
julianduque committed Mar 13, 2013
1 parent a35bbd1 commit 8b07be5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions bin/jitsu
Expand Up @@ -9,7 +9,5 @@ jitsu.start(function (err) {
jitsu.log.info('Nodejitsu'.grey + ' ok'.green.bold);
}

process.stdout.on('drain', function () {
process.exit(err ? 1 : 0);
});
});
process.exit(err ? 1 : 0);
});

0 comments on commit 8b07be5

Please sign in to comment.