Skip to content

Commit

Permalink
fix(longrun) run: error
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed May 31, 2016
1 parent b39a17f commit 4ab2afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/longrun.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function run(argv, fn) {
process.stdout.write(data);
})
.on('error', (error) => {
process.stderr.write(error);
              process.stderr.write(error.message);
})
.on('exit', () => {
cb();
Expand Down

0 comments on commit 4ab2afa

Please sign in to comment.