nit: improve comment for shared Array Buffer

This commit is contained in:
TC
2021-12-30 14:59:11 +01:00
parent 4d4ac56486
commit 33faa2deb3

View File

@ -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()) {