mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-20 10:15:11 -04:00
⏰ remove timeout
This commit is contained in:
parent
4a0db12c2b
commit
1a34ccb901
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ export const renderCursors = async ({
|
||||||
}: Config) => {
|
}: Config) => {
|
||||||
const browser = await puppeteer.launch({
|
const browser = await puppeteer.launch({
|
||||||
ignoreDefaultArgs: [" --single-process ", "--no-sandbox"],
|
ignoreDefaultArgs: [" --single-process ", "--no-sandbox"],
|
||||||
timeout:10000,
|
|
||||||
headless: true
|
headless: true
|
||||||
});
|
});
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue