Fixing build error

This commit is contained in:
Mattias Gustavsson 2021-10-14 14:50:05 +02:00
parent a916733619
commit 528ee0a77c

View File

@ -94,7 +94,7 @@ export const setChromeFlags = () => {
});
const { chromeFlags } = config.getConfigFields(['chromeFlags']) as any;
app.commandLine.appendArgument(chromeFlags);
app.commandLine.appendSwitch(chromeFlags);
logger.info(`chrome-flags: Appended chrome command line with ${chromeFlags}`);
};