mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Log updates
This commit is contained in:
@@ -79,10 +79,13 @@ updatePath = (callback) ->
|
||||
if error?
|
||||
callback(error)
|
||||
else
|
||||
console.log envPath
|
||||
segments = envPath.split(';')
|
||||
if segments.indexOf(binFolder) is -1
|
||||
segments.push(binFolder)
|
||||
|
||||
console.log 'updating'
|
||||
console.log segments.join(';')
|
||||
args = ['add', pathKeyPath, segments.join(';'), '/f']
|
||||
spawnReg(args, callback)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user