mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-19 06:29:03 +08:00
fix(deprecation): app.terminate deprecated in favor of quit
This commit is contained in:
parent
c1746416fa
commit
006f25ef99
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