Fix try/catch catches more than it should #1859 by nicowilliams · Pull Request #2750 · jqlang/jq

Rename the FORK_OPT opcode to TRY_BEGIN, add a TRY_END opcode, and wrap errors when raising through a TRY_END so that they will not be caught by the matching TRY_BEGIN. Now a try exp catch handler ...