Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechsTech committed Feb 5, 2018
1 parent 9010a41 commit ca8f45c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ module.exports = function (command, switches) {
run.stderr.on('data', function (data) {
//throw errors
err = data.toString();
reject(err)
});
run.on('error', function (err) {
reject(err)
Expand Down

0 comments on commit ca8f45c

Please sign in to comment.