forked from fair/matrix-puppeteer-line
Remove Puppeteer timeout for prep script
This commit is contained in:
parent
862398c00e
commit
6f8a8fd6a0
|
@ -8,6 +8,7 @@ import puppeteer from "puppeteer"
|
||||||
args: [
|
args: [
|
||||||
`--disable-extensions-except=${pathToExtension}`,
|
`--disable-extensions-except=${pathToExtension}`,
|
||||||
`--load-extension=${pathToExtension}`
|
`--load-extension=${pathToExtension}`
|
||||||
]
|
],
|
||||||
|
timeout: 0,
|
||||||
})
|
})
|
||||||
})()
|
})()
|
||||||
|
|
Loading…
Reference in New Issue