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