Update console to not shut down when all windows are closed

This commit is contained in:
Ryan Huffman 2016-01-08 11:10:37 -08:00
parent 98e1c42183
commit 0a88415393

View file

@ -117,6 +117,9 @@ function openFileBrowser(path) {
}
}
app.on('window-all-closed', function() {
});
function startInterface(url) {
var argArray = [];