mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
3 lines
229 B
Plaintext
3 lines
229 B
Plaintext
| tst.js:7:3:7:14 | return true; | This statement jumps out of the finally block, potentially hiding an exception. |
|
|
| tst.js:28:4:28:9 | break; | This statement jumps out of the finally block, potentially hiding an exception. |
|