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

options.strict default value #298

Closed
schnittstabil opened this issue Oct 7, 2016 · 1 comment
Closed

options.strict default value #298

schnittstabil opened this issue Oct 7, 2016 · 1 comment

Comments

@schnittstabil
Copy link
Contributor

As far as I can see, the default value of strict is false:
self.strict = options.strict !== false.

Which sounds sensible to me, btw. However, in the readme:

All options are false by default, unless otherwise noted.

  • strict When an unusual error is encountered when attempting to read a directory, the process will just continue on in search of other matches. Set the strict option to raise an error in these cases.
@isaacs
Copy link
Owner

isaacs commented Feb 28, 2023

No longer an issue on v9

@isaacs isaacs closed this as completed Feb 28, 2023
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 a pull request may close this issue.

2 participants