mirror of https://github.com/keeweb/keeweb
added --native-module-host-process option
parent
97374f63f9
commit
0868efe095
|
@ -5,7 +5,7 @@ const { EventEmitter } = require('events');
|
|||
let callbackWebContents;
|
||||
let nativeModuleHost;
|
||||
|
||||
const spawnAnotherProcess = false;
|
||||
const spawnAnotherProcess = process.argv.includes('--native-module-host-process');
|
||||
|
||||
function startHost() {
|
||||
if (spawnAnotherProcess) {
|
||||
|
|
Loading…
Reference in New Issue