Skip to content

Commit 374330b

Browse files
committed
test
1 parent 972a249 commit 374330b

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

patches/puppeteer.patch

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
diff --git a/lib/cjs/puppeteer/getConfiguration.js b/lib/cjs/puppeteer/getConfiguration.js
2-
index 6d7809838cc1d5429b10553ad7a3aeff9b588c42..e3f152a349fa04eb2b105c4ec8c8c72aae20f4b7 100644
2+
index 6d7809838cc1d5429b10553ad7a3aeff9b588c42..3f77d4cfb01787c6c1bffa7919e4ab5537977c45 100644
33
--- a/lib/cjs/puppeteer/getConfiguration.js
44
+++ b/lib/cjs/puppeteer/getConfiguration.js
5-
@@ -85,6 +85,7 @@ function getBrowserSetting(browser, configuration, defaultConfig = {}) {
6-
getBooleanEnvVar(`PUPPETEER_SKIP_${browserEnvName}_DOWNLOAD`) ??
7-
configuration[browser]?.skipDownload ??
8-
defaultConfig.skipDownload;
9-
+ console.log(browserSetting);
10-
return browserSetting;
11-
}
12-
/**
5+
@@ -120,6 +120,7 @@ const getConfiguration = () => {
6+
configuration.temporaryDirectory =
7+
process.env['PUPPETEER_TMP_DIR'] ?? configuration.temporaryDirectory;
8+
configuration.experiments ??= {};
9+
+ console.log(configuration);
10+
return configuration;
11+
};
12+
exports.getConfiguration = getConfiguration;

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)