Skip to content

Commit

Permalink
Fix (sort of) resource error cannot be caught, re issue #246
Browse files Browse the repository at this point in the history
  • Loading branch information
infradig committed Jul 9, 2023
1 parent ff9ac86 commit c09f61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query.c
Original file line number Diff line number Diff line change
Expand Up @@ -1663,7 +1663,7 @@ bool start(query *q)
//if (!throw_error(q, q->st.curr_cell, q->st.curr_frame, "resource_error", "memory")) {
// q->retry = QUERY_RETRY;
// q->tot_backtracks++;
q->fail_on_retry = false;
// q->fail_on_retry = false;
continue;
//}
}
Expand Down

0 comments on commit c09f61b

Please sign in to comment.