summaryrefslogtreecommitdiff
path: root/goruby.c
diff options
context:
space:
mode:
-rw-r--r--goruby.c3
1 files changed, 2 insertions, 1 deletions
@@ -60,7 +60,8 @@ int
goruby_run_node(void *arg)
{
int state;
- if (NIL_P(rb_protect(init_golf, Qtrue, &state))) {
return state == EXIT_SUCCESS ? EXIT_FAILURE : state;
}
return ruby_run_node(arg);