hdoc-tools 0.35.0 → 0.35.1
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/hdoc-build.js +1 -1
- package/package.json +1 -1
package/hdoc-build.js
CHANGED
@@ -1346,7 +1346,7 @@
|
|
1346
1346
|
dree.scan(work_path, dreeOptions, build_file_callback);
|
1347
1347
|
|
1348
1348
|
// Create a Chromium browser instance generate PDFs and validate links with
|
1349
|
-
browser = await puppeteer.launch({ headless: "shell" });
|
1349
|
+
browser = await puppeteer.launch({ headless: "shell", args: ['--no-sandbox'] });
|
1350
1350
|
|
1351
1351
|
// Work through MD files and convert to HTML
|
1352
1352
|
const mdPromiseArray = [];
|