Skip to content

Commit

Permalink
corrected executable path
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalkrishnads committed Jul 31, 2024
1 parent 5ba8692 commit df0747a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/screenshot.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
const puppeteer = require('puppeteer');

(async () => {
const browser = await puppeteer.launch({executablePath: '/home/vishalds/.cache/puppeteer/chrome/linux-126.0.6478.126/chrome-linux64/chrome'});
const browser = await puppeteer.launch({executablePath: '/home/vishalds/.cache/puppeteer/chrome/linux-126.0.6478.182/chrome-linux64/chrome'});
const page = await browser.newPage();
await page.goto('file://' + process.argv[2]);

Expand Down

0 comments on commit df0747a

Please sign in to comment.