Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to override handleSIGINT in launchOptions #74

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

imlinder
Copy link

@imlinder imlinder commented Mar 27, 2023

Checklist

Description

When running timecut, the SIGINT event stops working as expected. Puppeteer has a launchoption to not handle SIGINT (defaults to closing the browser process): https://pptr.dev/api/puppeteer.launchoptions.handlesigint.
This fix will be useful if you want to be able to make sure a capture completes before terminating the process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant