Skip to content

Commit

Permalink
Fix chrome renderer.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Dec 3, 2023
1 parent dbcc6ad commit 953166b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/chrome-svgrender/svgrender.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ var png_path = argv[1];

try {
const browser = await puppeteer.launch({
headless: "new",
args: ['--no-sandbox', '--disable-setuid-sandbox']
});
const page = await browser.newPage();
Expand Down

0 comments on commit 953166b

Please sign in to comment.