-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
#3336: Make --watch-extensions
default to 'js'
#3340
Conversation
The change in c580294 to `--watch-extensions` failed to set a default value. This change specifies that default value. Fixes mochajs#3336
This is actually going to be part of v6.0.0 since the functionality that it fixes will land then. |
Thank! landed in 9d407de. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When this was changed, the default value lost its closing quote -- invalid javascript. Why didn't eslint
catch that?
It's weird. |
Part of the problem is likely the lack of filename extension. |
Description of the Change
The change in c580294 to
--watch-extensions
failed to set a default value.This change specifies that default value.
Benefits
--watch
default functionality restored.Applicable issues
Fixes #3336
(patch release)