mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-28 14:04:22 -04:00
🤖 Browser args changed
This commit is contained in:
parent
e185c5fef5
commit
daca3fee12
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue