We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab83b9 commit 077afb9Copy full SHA for 077afb9
1 file changed
scripts/test.mjs
@@ -59,7 +59,7 @@ const nodeArgs = [
59
...files,
60
];
61
62
-function installChrome(version) {
+function _installChrome(version) {
63
try {
64
return execSync(
65
`npx puppeteer browsers install chrome@${version} --format "{{path}}"`,
0 commit comments