fix an error message
This commit is contained in:
parent
8fc3d25be4
commit
67c57efa1d
|
@ -73,7 +73,7 @@
|
|||
(unless (syntax? v)
|
||||
(raise-syntax-error
|
||||
#f
|
||||
"result from provide pre-transformer is not a list of exports"
|
||||
"result from provide pre-transformer is not a syntax object"
|
||||
stx))
|
||||
v)
|
||||
stx))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user