We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b6cd7f commit d795376Copy full SHA for d795376
1 file changed
lib/browser.js
@@ -106,12 +106,7 @@ export async function create(puppeteerArgs) {
106
await new Promise((response) => setTimeout(response, 4000));
107
await open();
108
} else {
109
- //... now it's an error
110
- logWithStack(
111
- 1,
112
- error,
113
- '[browser] Failed to load browser after maximum retries reached.'
114
- );
+ //... now it's an error, which is caught by the caller
115
throw error;
116
}
117
0 commit comments