Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 151 Bytes

continue-in-finally.md

File metadata and controls

7 lines (4 loc) · 151 Bytes

Pattern: Continue in finally

Issue: -

Description

Emitted when the continue keyword is found inside a finally clause, which is a SyntaxError.