🤖 Browser args changed

This commit is contained in:
ful1e5 2020-10-05 17:18:47 +05:30
parent e185c5fef5
commit daca3fee12

View file

@ -174,8 +174,10 @@ export class BitmapsGenerator {
spinner.text = ` Preparing ${this.themeName} .svg files...`;
spinner.start();
// About browser args => https://chromium.googlesource.com/chromium/src/+/master/docs/linux/suid_sandbox_development.md#disabling-the-sandbox
// Issue => https://github.com/ful1e5/Bibata_Cursor/issues/75#issuecomment-703236554
const browser = await puppeteer.launch({
ignoreDefaultArgs: [" --single-process ", "--no-sandbox"],
ignoreDefaultArgs: ["--no-sandbox", "--disable-setuid-sandbox"],
headless: true
});