SyntaxFix
Write A Post
Hire A Developer
Questions
If you're getting error TS1005: 'finally' expected., it means you forgot to implement catch after try. Generally, it means the syntax you attempted to use was incorrect.
error TS1005: 'finally' expected.
catch
try