updating text
This commit is contained in:
parent
435ed2a556
commit
0eab74e2e0
|
@ -42,7 +42,7 @@
|
||||||
(lambda (exn)
|
(lambda (exn)
|
||||||
;; We can't even get the bytecode for the file.
|
;; We can't even get the bytecode for the file.
|
||||||
;; Fail immediately.
|
;; Fail immediately.
|
||||||
(printf "ERROR: Can't read a Racket module from ~e. The file may be ill-formed.\n"
|
(printf "ERROR: Can't read a Racket module from ~e. The file may be ill-formed or be written in a language that Whalesong doesn't recognize.\n"
|
||||||
module-source-path)
|
module-source-path)
|
||||||
(printf "\nFor reference, the error message produced when trying to read ~e is:\n\n" module-source-path)
|
(printf "\nFor reference, the error message produced when trying to read ~e is:\n\n" module-source-path)
|
||||||
(printf "~a\n" (exn-message exn))
|
(printf "~a\n" (exn-message exn))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user