Files
2018-08-02 17:53:23 +01:00

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. |