Skip to content

Commit

Permalink
fix missing path_set to true
Browse files Browse the repository at this point in the history
  • Loading branch information
ruby0x1 committed Nov 19, 2015
1 parent 94b792d commit a2733f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/utils/exec.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = function(cmd, args, ondataout, ondataerr) {
//OSX El Capitan launchctl PATH related solution, for now
if(process.platform == 'darwin' && !path_set) {
process.env.PATH = ["/usr/local/bin", process.env.PATH].join(":");
path_set = true;
}

var total_err = '';
Expand Down

0 comments on commit a2733f7

Please sign in to comment.