More `try-catch` fixes
- Fix issue where
catch
body was incompletely transformed (see #109) - Fix issue where unreachable continuation generated an illegal Identifer after try-catch (see MatAtBread/fast-async#56)
catch
body was incompletely transformed (see #109)