Skip to content

Commit a703ca4

Browse files
committed
[fix] use alternate naming convention
1 parent d38b2f8 commit a703ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.puppeteerrc.cjs puppeteer.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const path = require('path');
22
const countlyDir = __dirname;
3-
const puppeteerInstallPath= path.join(countlyDir, '.cache', 'puppeteer')
3+
const puppeteerInstallPath = path.join(countlyDir, '.cache', 'puppeteer');
44
/**
55
* @type {import("puppeteer").Configuration}
66
*/

0 commit comments

Comments
 (0)