Skip to content

Commit

Permalink
fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSPoon committed Dec 25, 2023
1 parent cc0118c commit 1506a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prolog/logicmoo_test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@
((
Type \== silent, Type \== debug, Type \== informational,
current_prolog_flag(logicmoo_message_hook,Was),Was\==none,Was\==false)),
setup_call_cleanup(create_prolog_flag(logicmoo_message_hook,none,[type(term),keep(false)])),
setup_call_cleanup(create_prolog_flag(logicmoo_message_hook,none,[type(term),keep(false)]),
once(catch(message_hook_handle(T,Type,Term),_,fail)),
create_prolog_flag(logicmoo_message_hook,Was,[type(term),keep(false)])),!.

Expand Down

0 comments on commit 1506a5d

Please sign in to comment.