don't spawn another process

This commit is contained in:
antelle 2021-02-09 21:38:49 +01:00
parent 1379db1e92
commit 7a7381eac0
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ const { EventEmitter } = require('events');
let callbackWebContents;
let nativeModuleHost;
const spawnAnotherProcess = true;
const spawnAnotherProcess = false;
function startHost() {
if (spawnAnotherProcess) {