Revert "chore: update to electron 9-x-y (#102011)" (#103599)

This reverts commit 3d0d50caf8.
This commit is contained in:
Robo
2020-07-30 08:35:43 -07:00
committed by GitHub
parent ae245c9b1f
commit 227d533937
47 changed files with 242 additions and 257 deletions
-5
View File
@@ -12,10 +12,6 @@ const events = require('events');
// const MochaJUnitReporter = require('mocha-junit-reporter');
const url = require('url');
// Disable render process reuse, we still have
// non-context aware native modules in the renderer.
app.allowRendererProcessReuse = false;
const defaultReporterName = process.platform === 'win32' ? 'list' : 'spec';
const optimist = require('optimist')
@@ -121,7 +117,6 @@ app.on('ready', () => {
nodeIntegration: true,
enableWebSQL: false,
enableRemoteModule: false,
spellcheck: false,
nativeWindowOpen: true,
webviewTag: true
}