Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

Commit

Permalink
Merge pull request #23 from stencila/improved-security
Browse files Browse the repository at this point in the history
Fix regression of #22.
  • Loading branch information
Nokome Bentley authored Sep 6, 2017
2 parents 3b46657 + c61a234 commit 02639a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ app.on('window-all-closed', function () {
if (process.platform !== 'darwin') {
app.quit()
}
// Stop the Stencila Node.js host
host.stop()
})

app.on('activate', function () {
Expand Down

0 comments on commit 02639a3

Please sign in to comment.