From 33faa2deb38428903379a7a8286ffdf8a40e2b12 Mon Sep 17 00:00:00 2001 From: TC Date: Thu, 30 Dec 2021 14:59:11 +0100 Subject: [PATCH] nit: improve comment for shared Array Buffer --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index c1437847..af520692 100644 --- a/index.js +++ b/index.js @@ -28,7 +28,7 @@ app.commandLine.appendSwitch( // WebAssembly flags "--experimental-wasm-threads" ); -app.commandLine.appendSwitch('enable-features', "SharedArrayBuffer"); // Fix downloader bug +app.commandLine.appendSwitch("enable-features", "SharedArrayBuffer"); // Required for downloader app.allowRendererProcessReuse = true; // https://github.com/electron/electron/issues/18397 if (config.get("options.disableHardwareAcceleration")) { if (is.dev()) {