vaderjs 1.3.3-alpha-120 → 1.3.3-alpha-121
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/vader.js +1 -1
package/package.json
CHANGED
package/vader.js
CHANGED
|
@@ -855,7 +855,7 @@ async function Build() {
|
|
|
855
855
|
globalThis.listen = true;
|
|
856
856
|
|
|
857
857
|
puppeteer.launch({
|
|
858
|
-
headless:
|
|
858
|
+
headless: "new", args: ['--no-sandbox', '--disable-setuid-sandbox'],
|
|
859
859
|
warning: false,
|
|
860
860
|
}).then(async (browser) => {
|
|
861
861
|
|