-
-
Notifications
You must be signed in to change notification settings - Fork 420
Closed
Labels
🎁 Rewarded on IssuehuntThis issue has been rewarded on IssuehuntThis issue has been rewarded on Issuehuntbughelp wanted
Description
catch-error-name fixer bug
error code like
p.catch(err => doSomething(err))will fix like this
p.catch(error => doSomething(err))the param err in catch function body is not replaced
I noticed there is a bug #107 , but please make this rule not fixable for now please, this breaks code
futpib earned $40.00 by resolving this issue!
- Checkout the Issuehunt explorer to discover more funded issues.
- Need some help from other developers? Add your repositories on Issuehunt to raise funds.
Metadata
Metadata
Assignees
Labels
🎁 Rewarded on IssuehuntThis issue has been rewarded on IssuehuntThis issue has been rewarded on Issuehuntbughelp wanted