mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Fiddle with shooter
This commit is contained in:
parent
c47498120c
commit
1761e9101f
1 changed files with 5 additions and 1 deletions
|
|
@ -31,7 +31,11 @@ export default class Shooter {
|
|||
this._log("init()");
|
||||
this._log("Going to launch puppeteer");
|
||||
this._browser = await puppeteer.launch({
|
||||
args: ["--disable-dev-shm-usage"],
|
||||
args: [
|
||||
"--disable-dev-shm-usage",
|
||||
"--no-sandbox",
|
||||
"--disable-setuid-sandbox",
|
||||
],
|
||||
});
|
||||
this._log("Opening new page");
|
||||
this._page = await this._browser.newPage();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue