Browse Source

_call should be using actormap-ref-or-die

add-remove-to-filo-queue
Christopher Lemmer Webber 5 years ago
parent
commit
c93b184b1b
No known key found for this signature in database
GPG Key ID: 4BC025925FF8F4D3
  1. 2
      goblins/core.rkt

2
goblins/core.rkt

@ -979,7 +979,7 @@
"Not in the same vat: ~a" to-refr))
(define mactor
(actormap-ref actormap to-refr))
(actormap-ref-or-die to-refr))
(match mactor
[(? mactor:object?)

Loading…
Cancel
Save