We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428d6bb commit a209f9fCopy full SHA for a209f9f
index.html
@@ -101,8 +101,6 @@ <h5 class="nav-category">
101
<main class="content js-content"></main>
102
103
<script>
104
- require('electron').hideInternalModules();
105
- process.throwDeprecation = true;
106
require('./assets/imports')
107
require('./assets/ex-links')
108
require('./assets/nav')
main.js
@@ -8,9 +8,6 @@ const app = electron.app
8
9
const debug = /--debug/.test(process.argv[2])
10
11
-electron.hideInternalModules()
12
-process.throwDeprecation = true
13
-
14
var mainWindow = null
15
16
function initialize () {
0 commit comments