Log updates

This commit is contained in:
Kevin Sawicki
2014-11-18 13:07:47 -08:00
parent 971539c438
commit dc69b07045

View File

@@ -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)