Skip to content

Commit

Permalink
revert last merge
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechsTech committed Feb 6, 2018
1 parent 1b571e3 commit 3de99e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions util/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ module.exports = function (command, switches) {
run.stdout.on('data', function (data) {
return progress(data.toString());
});
run.stderr.on('data', function (data) {
//throw errors
err = data.toString();
});
run.on('error', function (err) {
reject(err);
});
Expand Down

0 comments on commit 3de99e2

Please sign in to comment.