playwright/packages/playwright-core/src/utils
Dmitry Gozman 155bb7fcae
fix: wait for cleanup on double SIGINT (#13411)
This is a speculative fix to leftover tmp directories.
When users issues SIGINT twice, we enter `gracefullyClose()`
twice, and shortcut the second time. It turns out, we do
not wait for directories removal.

Note: it is unknown how often we reach this codepath in practice.
2022-04-07 19:20:54 -07:00
..
comparators.ts fix: allow toMatchSnapshot to use text comparator for text data (#12934) 2022-03-21 16:42:21 -07:00
DEPS.list chore: use utils via index export (3) (#13403) 2022-04-07 13:55:44 -07:00
eventsHelper.ts chore: always import type (#13365) 2022-04-06 14:57:14 -07:00
httpServer.ts feat: pass server address as argument (#13412) 2022-04-07 17:22:52 -07:00
index.ts chore: use utils via index export (4) (#13404) 2022-04-07 14:36:13 -07:00
manualPromise.ts chore: use utils via index export (1) (#13398) 2022-04-07 13:26:50 -07:00
multimap.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
processLauncher.ts fix: wait for cleanup on double SIGINT (#13411) 2022-04-07 19:20:54 -07:00
stackTrace.ts chore: use utils via index export (4) (#13404) 2022-04-07 14:36:13 -07:00
stringUtils.ts feat(locator.withText): allow narrowing locators to those with text (#10688) 2021-12-03 09:27:06 -08:00
timeoutRunner.ts chore: use utils via index export (3) (#13403) 2022-04-07 13:55:44 -07:00
ubuntuVersion.ts chore: add browser like UA to browser fetcher (#11006) 2022-01-14 02:46:17 -08:00
zones.ts chore(zones): prepare to remove wrapApiCall, introduce zones (#10427) 2021-11-18 22:30:09 -08:00