mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Add more logging
This commit is contained in:
@@ -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(' ')
|
||||
|
||||
Reference in New Issue
Block a user