mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-22 11:15:17 -04:00
[CodeFactor] Apply fixes
This commit is contained in:
parent
1899899c28
commit
7acd23f882
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class BitmapsGenerator {
|
||||||
* Prepare headless browser.
|
* Prepare headless browser.
|
||||||
*/
|
*/
|
||||||
public async getBrowser(): Promise<Browser> {
|
public async getBrowser(): Promise<Browser> {
|
||||||
return await puppeteer.launch({
|
return puppeteer.launch({
|
||||||
ignoreDefaultArgs: ["--no-sandbox"],
|
ignoreDefaultArgs: ["--no-sandbox"],
|
||||||
headless: true,
|
headless: true,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue