mirror of
https://github.com/atom/atom.git
synced 2026-02-18 02:21:43 -05:00
copy pasta mistake
This commit is contained in:
committed by
Kevin Sawicki
parent
63d9edcc40
commit
0d6253555b
@@ -15,9 +15,10 @@ class AutoUpdater
|
||||
|
||||
quitAndInstall: ->
|
||||
updateDotExe = path.join(path.dirName(process.execPath), '..', 'update.exe')
|
||||
unless fs.existsSync(updateDotExe)
|
||||
console.log 'Running developer or Chocolatey version of Atom, skipping'
|
||||
return
|
||||
|
||||
unless fs.existsSync(updateDotExe)
|
||||
console.log 'Running developer or Chocolatey version of Atom, skipping'
|
||||
return
|
||||
|
||||
updateOutput = ""
|
||||
ps = new BufferedProcess
|
||||
|
||||
Reference in New Issue
Block a user