Skip to content

Commit

Permalink
fix for #128
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSPoon committed Oct 4, 2024
1 parent fc137d0 commit 5c3c2c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prolog/metta/metta_utils.pl
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@
always_rethrow(metta_return(_)).
always_rethrow(give_up(_)).
always_rethrow(time_limit_exceeded(_)).
always_rethrow(time_limit_exceeded).
always_rethrow(depth_limit_exceeded).
always_rethrow(restart_reading).
always_rethrow(E):- never_rrtrace,!,throw(E).
Expand Down

0 comments on commit 5c3c2c0

Please sign in to comment.