mirror of
https://github.com/atom/atom.git
synced 2026-02-19 02:44:29 -05:00
Use skinny arrow
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user