mirror of https://github.com/keeweb/keeweb
don't spawn another process
parent
1379db1e92
commit
7a7381eac0
|
@ -5,7 +5,7 @@ const { EventEmitter } = require('events');
|
|||
let callbackWebContents;
|
||||
let nativeModuleHost;
|
||||
|
||||
const spawnAnotherProcess = true;
|
||||
const spawnAnotherProcess = false;
|
||||
|
||||
function startHost() {
|
||||
if (spawnAnotherProcess) {
|
||||
|
|
Loading…
Reference in New Issue