don't do pop_try in pic_raise
This commit is contained in:
parent
6e9024b237
commit
e0c837baee
|
@ -167,7 +167,7 @@ pic_raise(pic_state *pic, pic_value err)
|
|||
|
||||
val = pic_raise_continuable(pic, err);
|
||||
|
||||
pic_pop_try(pic);
|
||||
--pic->xp;
|
||||
|
||||
pic_errorf(pic, "error handler returned with ~s on error ~s", val, err);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue