Commit 4236d80d authored by Steve Bennett's avatar Steve Bennett
Browse files

core: fix error level in try/catch

When the multi-level break/continue support was added in
1b151f81

 it reused returnLevel,
but this interferred with the return level returned by try/catch.
Use a separate variable for the break/continue level.

Signed-off-by: default avatarSteve Bennett <steveb@workware.net.au>
parent 067a64f3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment