-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
watch: --watch=true
flag runs infinite loop
#51159
Comments
pulkit-30
changed the title
test_runner:
fs_watch: Dec 15, 2023
--watch=true
flag runs infinite loop--watch=true
flag runs infinite loop
pulkit-30
changed the title
fs_watch:
watch: Dec 15, 2023
--watch=true
flag runs infinite loop--watch=true
flag runs infinite loop
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
v20.10.0 (also on v22.0.0-pre)
Platform
Darwin Pulkits-MacBook-Air.local 23.1.0 Darwin Kernel Version 23.1.0: Mon Oct 9 21:28:12 PDT 2023; root:xnu-10002.41.9~6/RELEASE_ARM64_T8103 arm64
Subsystem
No response
What steps will reproduce the bug?
code:
run this with
node --watch=true index.mjs
. (can also reproduced with --test flag).How often does it reproduce? Is there a required condition?
Always
What is the expected behavior? Why is that the expected behavior?
simple behavior same as with
node --watch index.mjs
.What do you see instead?
Additional information
Edit: Maybe passing watch flag as
--watch=false
is wrong way, but an infinite loop is not something I was expecting :/Edit: More in dept, i figured out it is not related to test_runner.
The text was updated successfully, but these errors were encountered: