stdoutg -> stdout

This commit is contained in:
Kevin Sawicki
2014-11-18 14:15:12 -08:00
parent cbdf93b075
commit 32ff599a61

View File

@@ -93,7 +93,7 @@ updatePath = (callback) ->
getPath = (callback) ->
spawnReg ['query', environmentKeyPath, '/v', 'Path'], (error, stdout) ->
console.log error
console.log stdoutg
console.log stdout
return callback(error) if error?
lines = stdout.split(/[\r\n]+/).filter (line) -> line