fix(deprecation): app.terminate deprecated in favor of quit

This commit is contained in:
Ben Gotow 2015-11-25 16:28:08 -08:00
parent 72a840e1f0
commit 4b96ac4bc3

View file

@ -49,7 +49,7 @@ class Application
client = net.connect {path: socketPath}, -> client = net.connect {path: socketPath}, ->
client.write JSON.stringify(options), -> client.write JSON.stringify(options), ->
client.end() client.end()
app.terminate() app.quit()
client.on 'error', createApplication client.on 'error', createApplication