mirror of
https://github.com/atom/atom.git
synced 2026-02-04 03:35:20 -05:00
app.terminate --> app.quit
This commit is contained in:
@@ -46,7 +46,7 @@ class AtomApplication
|
||||
client = net.connect {path: options.socketPath}, ->
|
||||
client.write JSON.stringify(options), ->
|
||||
client.end()
|
||||
app.terminate()
|
||||
app.quit()
|
||||
|
||||
client.on 'error', createAtomApplication
|
||||
|
||||
|
||||
Reference in New Issue
Block a user