mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 09:26:28 +02:00
For `try` statements with a `catch` clause, we were generating *two* "next" blocks. This meant that not throwing an exception would cause execution to stop. Fix this by using the "next" block pointer for the try "entry" and "handler" blocks.