mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 02:03:07 +08:00
fix(deprecation): app.terminate deprecated in favor of quit
This commit is contained in:
parent
72a840e1f0
commit
4b96ac4bc3
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class Application
|
|||
client = net.connect {path: socketPath}, ->
|
||||
client.write JSON.stringify(options), ->
|
||||
client.end()
|
||||
app.terminate()
|
||||
app.quit()
|
||||
|
||||
client.on 'error', createApplication
|
||||
|
||||
|
|
Loading…
Reference in a new issue