mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-29 02:11:28 -06:00
Fixing build error
This commit is contained in:
parent
a916733619
commit
528ee0a77c
@ -94,7 +94,7 @@ export const setChromeFlags = () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
const { chromeFlags } = config.getConfigFields(['chromeFlags']) as any;
|
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}`);
|
logger.info(`chrome-flags: Appended chrome command line with ${chromeFlags}`);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user