fix an error message
This commit is contained in:
parent
344168690e
commit
c6f1178be3
|
@ -262,7 +262,7 @@
|
|||
(eq? read-sym 'read-syntax)
|
||||
(lambda (spec)
|
||||
(lambda ()
|
||||
(error read-sym "cannot find reader for `#lang ~a ~a'"
|
||||
(error read-sym "cannot find reader for `#lang ~a ~s'"
|
||||
self-sym
|
||||
spec))))])
|
||||
(let ([r (convert r)])
|
||||
|
|
Loading…
Reference in New Issue
Block a user