Add more logging

This commit is contained in:
Kevin Sawicki
2014-11-18 11:37:16 -08:00
parent ba8cc9e1c0
commit ddbedcee3e

View File

@@ -64,6 +64,8 @@ uninstallContextMenu = (callback) ->
updatePath = (callback) ->
getPath = (callback) ->
spawnReg ['query', environmentKeyPath, '/v', 'Path'], (error, stdout) ->
console.log error
console.log stdout
lines = stdout.split('\n')
segments = lines[lines.length - 1].split(' ')
pathSegment = segments[3..].join(' ')