We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 419a6b1 commit aa77308Copy full SHA for aa77308
interpreter/utils.scm
@@ -12,7 +12,7 @@
12
(define will-exist 'vaquero-internal-this-name-is-about-to-be-defined)
13
14
(define (idk obj msg cont err)
15
- (err (vaquero-error-object 'message-not-understood `(send ,obj ,msg) "This object does not understand how to answer that message.") cont))
+ (err (vaquero-error-object 'message-not-understood `(send ,obj ,msg) "Message not understood.") cont))
16
17
(define (p x . xs)
18
(write (cons x xs))
0 commit comments