From 0a8841539395835730be4f6a805ef82fe9344ba0 Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Fri, 8 Jan 2016 11:10:37 -0800 Subject: [PATCH] Update console to not shut down when all windows are closed --- console/src/main.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/console/src/main.js b/console/src/main.js index 5d49725c7f..8862bb3ee3 100644 --- a/console/src/main.js +++ b/console/src/main.js @@ -117,6 +117,9 @@ function openFileBrowser(path) { } } +app.on('window-all-closed', function() { +}); + function startInterface(url) { var argArray = [];