Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Jan 14, 2022
1 parent 8400bd0 commit 7244cef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ext/bootsnap/bootsnap.c
Expand Up @@ -951,8 +951,9 @@ try_storage_to_output(VALUE arg)
static VALUE
prot_storage_to_output(VALUE arg)
{
struct s2o_data * data = (struct s2o_data *)arg;
return rb_rescue2(
try_storage_to_output, arg,
try_storage_to_output, (VALUE)data,
rescue_uncompilable, Qnil,
rb_eBootsnap_CompileCache_Uncompilable, 0);
}
Expand Down

0 comments on commit 7244cef

Please sign in to comment.