-
Notifications
You must be signed in to change notification settings - Fork 39
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
bug: Ctrl-C doesn't work if just requiring proper-lockfile #111
Comments
aslushnikov
added a commit
to aslushnikov/node-proper-lockfile
that referenced
this issue
Dec 20, 2022
aslushnikov
added a commit
to aslushnikov/playwright
that referenced
this issue
Jan 9, 2023
This patch vendors the https://github.com/moxystudio/node-proper-lockfile project we rely to manage Playwright Registry. The reason to vender is the following upstream issue that didn't get resolved in almost a month: moxystudio/node-proper-lockfile#111 Follow-up will apply the fix for the issue to the vendored file. NOTE: this patch also inlines all code in a single file. References microsoft#19418
aslushnikov
added a commit
to aslushnikov/playwright
that referenced
this issue
Jan 10, 2023
This patch vendors the https://github.com/moxystudio/node-proper-lockfile project we rely to manage Playwright Registry. The reason to vender is the following upstream issue that didn't get resolved in almost a month: moxystudio/node-proper-lockfile#111 Follow-up will apply the fix for the issue to the vendored file. NOTE: this patch also inlines all code in a single file. References microsoft#19418
aslushnikov
added a commit
to microsoft/playwright
that referenced
this issue
Jan 10, 2023
This patch vendors the https://github.com/moxystudio/node-proper-lockfile project we rely to manage Playwright Registry. The reason to vender is the following upstream issue that didn't get resolved in almost a month: moxystudio/node-proper-lockfile#111 Follow-up will apply the fix for the issue to the vendored file. NOTE: this patch also inlines all code in a single file. References #19418
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Consider the following snippet:
It take a few seconds to run the snippet. Unfortunately, hitting
Ctrl-C
to abort execution does not work.However, when removing the (1) line with
proper-lockfile
require,Ctrl-C
would work as expected.This has been reported to us downstream at Playwright: microsoft/playwright#19418
The text was updated successfully, but these errors were encountered: