Catch and swallow exception Medium

Swallowing exceptions, without rethrowing or logging them, doesn't allow you to quickly or easily understand problems in your application when it fails. The stack trace and other useful information for debugging problems is lost.

Detector ID
javascript/swallow-exceptions@v1.0
Category
Common Weakness Enumeration (CWE) external icon
-