quote a name in an error message
This commit is contained in:
parent
a2021fa634
commit
62615f492d
|
@ -277,7 +277,7 @@
|
|||
(lambda (this)
|
||||
(let ([name (running-name this)])
|
||||
(if name
|
||||
(error 'force "reentrant promise ~.s" name)
|
||||
(error 'force "reentrant promise `~.s'" name)
|
||||
(error 'force "reentrant promise"))))
|
||||
#:property prop:custom-write
|
||||
(lambda (this port write?)
|
||||
|
|
Loading…
Reference in New Issue
Block a user