Skip to content

Commit

Permalink
[fix] Fix the binary
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki committed Oct 12, 2012
1 parent 9113403 commit 01e2ba1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/jitsu
Expand Up @@ -9,5 +9,7 @@ jitsu.start(function (err) {
jitsu.log.info('Nodejitsu'.grey + ' ok'.green.bold);
}

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

0 comments on commit 01e2ba1

Please sign in to comment.