mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
This patch starts using taskkill program on windows to gracefully terminate chrome. Note: this slows down chrome shutdown on Windows in case of using custom userDataDir. This is because chrome takes some time to shutdown its operations and leave profile directory in a consistent state. Fixes #839.