parent
c1c110f662
commit
f6eb956199
|
@ -19,7 +19,7 @@
|
||||||
(null? args))
|
(null? args))
|
||||||
(raise
|
(raise
|
||||||
(exn:fail
|
(exn:fail
|
||||||
(format "error: ~a" init)
|
(string-append "error: " (symbol->string init))
|
||||||
(current-continuation-marks)))]
|
(current-continuation-marks)))]
|
||||||
[(symbol? init)
|
[(symbol? init)
|
||||||
(unless (string? (car args))
|
(unless (string? (car args))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user