playwright/packages/playwright-core/src
itchyny 440f5e5d2b
fix: collect all errors in removeFolders (#28239)
This PR fixes
https://github.com/microsoft/playwright/pull/27790#pullrequestreview-1738958803.
Previously this function returns only the first error when some of the
promises fail. But the type annotation suggests that the original
intention was to collect all the errors. This commit fixes the error
values, and unexpected `TypeError: object is not iterable`.
2023-11-20 10:58:10 +01:00
..
cli chore: split error to client and server sides (#27672) 2023-10-17 21:34:02 -07:00
client chore: make asLocator() always safe (#28207) 2023-11-16 16:31:34 -08:00
common chore(logs): Add new log level to capture client-server message's metadata information (#28141) 2023-11-15 15:37:14 -08:00
image_tools Fix various typos (Fixes #27396) (#27391) 2023-10-04 19:56:42 -07:00
protocol chore(recorder): standby mode, expose setModeRequested in DebugController (#28117) 2023-11-13 16:39:14 -08:00
remote chore(logs): Add new log level to capture client-server message's metadata information (#28141) 2023-11-15 15:37:14 -08:00
server feat(vrt): bring back wait for font loading (#28226) 2023-11-17 17:16:32 -08:00
third_party chore: remove experimental dockerfile.remote (#20790) 2023-02-09 12:18:02 -08:00
utils fix: collect all errors in removeFolders (#28239) 2023-11-20 10:58:10 +01:00
androidServerImpl.ts chore: add Playwright to attribution (#23447) 2023-06-01 17:54:43 -07:00
browserServerImpl.ts chore: support await using for close() and dispose() (#27766) 2023-10-24 12:25:53 -07:00
DEPS.list feat(android): add Android.{launchServer,connect} (#18263) 2022-10-24 17:23:11 -07:00
inprocess.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
inProcessFactory.ts chore: propagate client-side instrumentation across connect (#23524) 2023-06-05 12:28:20 -07:00
outofprocess.ts chore: propagate client-side instrumentation across connect (#23524) 2023-06-05 12:28:20 -07:00
utilsBundle.ts chore: get rid of rimraf package (#27790) 2023-10-26 19:41:00 +02:00
zipBundle.ts chore(har): allow replaying from zip har (#14962) 2022-06-17 16:11:22 -07:00