From bedb8ca1914c1dabe8c75c6e7f391aeca96d059c Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Sat, 7 Oct 2017 01:03:54 -0400 Subject: [PATCH] remove potential deprecation and fix app close --- default_app/main.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/default_app/main.js b/default_app/main.js index 344633cecfed..3085d4c52bfe 100644 --- a/default_app/main.js +++ b/default_app/main.js @@ -336,8 +336,6 @@ if (option.file && !option.webdriver) { startRepl() } else { const welcomeMessage = ` - Deprecation Warning: To render the default app, the -d or --default flags will soon need to be used. - Electron ${process.versions.electron} - Build cross platform desktop apps with JavaScript, HTML, and CSS Usage: electron [options] [path] @@ -357,5 +355,4 @@ if (option.file && !option.webdriver) { console.log(welcomeMessage) const indexPath = path.join(__dirname, '/index.html') loadApplicationByUrl(`file://${indexPath}`) - process.exit(0) }