diff --git a/src/main-process/atom-window.js b/src/main-process/atom-window.js index e10d2d11dfd..2680d2401e0 100644 --- a/src/main-process/atom-window.js +++ b/src/main-process/atom-window.js @@ -49,7 +49,9 @@ module.exports = class AtomWindow extends EventEmitter { // (Ref: https://github.com/atom/atom/pull/12696#issuecomment-290496960) disableBlinkFeatures: 'Auxclick', nodeIntegration: true, - webviewTag: true + webviewTag: true, + // multi-threading + nodeIntegrationInWorker: true } };