Closed RebootJeff closed 3 years ago
When running the app locally, the expected logs aren't shown when you press CTRL+C to exit. You only see some of the expected logs. It makes me think the shutdown code isn't set up correctly.
CTRL+C
Looks like handleSIGINT: false is the Puppeteer launch options is the solution
handleSIGINT: false
When running the app locally, the expected logs aren't shown when you press
CTRL+C
to exit. You only see some of the expected logs. It makes me think the shutdown code isn't set up correctly.