find_silent_catches
Detect silent catches in JavaScript/TypeScript: empty catch blocks, console-only handlers, or errors discarded without binding or re-throwing.
Instructions
Silent catches (heuristic): empty catch blocks, console-only, or those that discard the error without binding or re-throw.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name or path of the loaded project |