-
-
Notifications
You must be signed in to change notification settings - Fork 564
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 catch-or-return #148
base: master
Are you sure you want to change the base?
Add catch-or-return #148
Conversation
Fixes #129
Ecosystem breakage report:
I don't have much time now but from a quick glance on some of them it seems like they are potentially false positives, which is not great 🤔 I think we need to do some more digging here... |
Right, yeah for For fastify there seems to be a combination of using a Maybe we would need to get an option to treat such calls as ok @LinusU? |
I'm not too sure about this, from the discussion in jprichardson/node-fs-extra#622 it seems like there isn't really a straight forward way to work around this. I think that we should have some suggestions for the affected packages on what they should change to? 🤔 |
@LinusU Good feedback 👍 I'm leaning more towards this after having slept on it as well. Lets try and target this for |
Fixes standard/standard#1322