We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d38b2f8 commit a703ca4Copy full SHA for a703ca4
.puppeteerrc.cjs puppeteer.config.js
@@ -1,6 +1,6 @@
1
const path = require('path');
2
const countlyDir = __dirname;
3
-const puppeteerInstallPath= path.join(countlyDir, '.cache', 'puppeteer')
+const puppeteerInstallPath = path.join(countlyDir, '.cache', 'puppeteer');
4
/**
5
* @type {import("puppeteer").Configuration}
6
*/
0 commit comments