Log path lookup

This commit is contained in:
Kevin Sawicki
2014-11-18 14:13:51 -08:00
parent c721300be4
commit cbdf93b075

View File

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