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 789f080 commit b7d724b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .Attic/metta_lang/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 b7d724b

Please sign in to comment.