mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-29 06:15:24 -04:00
Merge pull request #98 from ful1e5/main-cf-autofix
Apply fixes from CodeFactor
This commit is contained in:
commit
c7fb548aa8
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