Use skinny arrow

This commit is contained in:
Kevin Sawicki
2014-11-13 12:42:26 -08:00
parent 0cf8666286
commit 1a047a8e14

View File

@@ -49,7 +49,7 @@ class AutoUpdater
installUpdate: (callback) ->
args = ['--update', @updateUrl]
ChildProcess.execFile @updateDotExe, args, (error, stdout) =>
ChildProcess.execFile @updateDotExe, args, (error, stdout) ->
error?.stdout = stdout
callback(error)