From 085933c55e85df7fd492047e304a3359139bb9aa Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 18 Nov 2014 13:26:37 -0800 Subject: [PATCH] Add logging --- src/browser/squirrel-update.coffee | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/browser/squirrel-update.coffee b/src/browser/squirrel-update.coffee index 25db8f286..375815ee3 100644 --- a/src/browser/squirrel-update.coffee +++ b/src/browser/squirrel-update.coffee @@ -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) ->