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

Commit

Permalink
buster-cli handles process.exit() - we don't need to do it manually here
Browse files Browse the repository at this point in the history
  • Loading branch information
dominykas committed Jan 1, 2016
1 parent 14fe6fa commit d597cc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/buster-test
Expand Up @@ -29,6 +29,5 @@ testCli.create(process.stdout, process.stderr, {
}).run(process.argv.slice(2), function (err) {
if (err) {
console.error("buster-test run failed:", err.stack ? err.stack : err);
setTimeout(process.exit.bind(null, 1), 5);
}
});

0 comments on commit d597cc4

Please sign in to comment.