playwright-core
Advanced tools
Comparing version 0.13.0-post-next.1586972345259 to 0.13.0-post-next.1586978568199
@@ -65,3 +65,6 @@ /** | ||
} | ||
await browserFetcher.downloadBrowser({...options, progress}); | ||
await browserFetcher.downloadBrowser({...options, progress}).catch(e => { | ||
process.exitCode = 1; | ||
throw e; | ||
}); | ||
logPolitely(`${options.progressBarBrowserName} downloaded to ${options.downloadPath}`); | ||
@@ -68,0 +71,0 @@ } |
{ | ||
"name": "playwright-core", | ||
"version": "0.13.0-post-next.1586972345259", | ||
"version": "0.13.0-post-next.1586978568199", | ||
"description": "A high-level API to automate web browsers", | ||
@@ -5,0 +5,0 @@ "repository": "github:Microsoft/playwright", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1399635
34418