fix tests, use '$first_answer' to print indentation before errors (#1408)

This commit is contained in:
Mark Thom
2022-04-09 20:32:52 -06:00
parent 00eab4d415
commit 8bf3d4ea71
6 changed files with 17 additions and 17 deletions

View File

@@ -100,7 +100,7 @@ run :-
Dss
),
E,
( write('caught: '), write(E), nl,
( loader:write_error(E), nl,
portray_clause([N, Settings, Vs, Gs4, Dss]), nl,
false
)