should not over process ensure clauses; close #1949

parent 306b1d3c
......@@ -2282,6 +2282,8 @@ mrb_toplevel_run(mrb_state *mrb, struct RProc *proc)
}
ci = cipush(mrb);
ci->acc = CI_ACC_SKIP;
ci->eidx = 0;
ci->ridx = 0;
v = mrb_context_run(mrb, proc, mrb_top_self(mrb), 0);
cipop(mrb);
......
Markdown is supported
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