Skip to content
Snippets Groups Projects
Commit 403486b9 authored by Moritz Langenstein's avatar Moritz Langenstein
Browse files

(ml5717) Add --no-sandbox flag to puppeteer launch

parent c74afda4
No related branches found
No related tags found
1 merge request!71Rust WASM CRDT implementation
Pipeline #108847 passed
......@@ -4,7 +4,7 @@ import fs from "fs"
const browser = await puppeteer.launch({
executablePath: "google-chrome",
headless: true,
args: ["--js-flags=--expose-gc"],
args: ["--js-flags=--expose-gc", "--no-sandbox"],
})
const page = await browser.newPage()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment