fix bad module passing.
This commit is contained in:
parent
c6ad678174
commit
daa55352ec
@ -1255,7 +1255,7 @@ throw(Ball) :-
|
||||
'$notrace'(G) :-
|
||||
'$execute'(G).
|
||||
|
||||
'$oncenotrace'(M:G) :-
|
||||
'$oncenotrace'(G) :-
|
||||
'$disable_creep', !,
|
||||
(
|
||||
'$execute'(G)
|
||||
|
Reference in New Issue
Block a user