Skip to content

Commit 34fade1

Browse files
committed
improve error message
1 parent 09ea518 commit 34fade1

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

drracket-test/tests/drracket/autosave-recovery-gui.rkt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@
1313
raw-autosave-contents))
1414
(unless (null? autosave-contents)
1515
(error 'autosave-recovery-gui.rkt
16-
"there was a non-empty autosave toc when starting the test, so the test won't work right; contents:\n ~s"
17-
autosave-contents)))
18-
16+
"there was a non-empty autosave toc when starting the test, so the test won't work right\n contents: ~s\n filename: ~a"
17+
autosave-contents
18+
autosave:toc-path)))
19+
1920
(fire-up-drracket-and-run-tests
2021
(λ ()
2122
(define drs (wait-for-drracket-frame))

0 commit comments

Comments
 (0)