find_unchecked_errors
Find async calls (fetch, fs, exec, etc.) that lack await or .catch to identify potential unhandled errors in JavaScript projects.
Instructions
Detects async calls (fetch, fs.*, exec, etc.) without await or .catch — possible unhandled error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name or path of the loaded project |