Add logging

This commit is contained in:
Kevin Sawicki
2014-11-18 13:26:37 -08:00
parent 01987cb762
commit 085933c55e

View File

@@ -67,6 +67,9 @@ updatePath = (callback) ->
installCommands = (callback) ->
atomCommandPath = path.join(binFolder, 'atom.cmd')
relativeExePath = path.relative(binFolder, process.execPath)
console.log 'installing'
console.log atomCommandPath
console.log relativeExePath
fs.writeFile(atomCommandPath, "\"%~dp0/#{relativeExePath}\" %*", callback)
getPath = (callback) ->