From 7e71f04cc6fb013f447f4653e864dd8712c50810 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Tue, 1 May 2018 20:57:42 +0100 Subject: [PATCH] Correct error from earlier thoughtless uncommenting --- imperative/syntax.rkt | 1 + 1 file changed, 1 insertion(+) diff --git a/imperative/syntax.rkt b/imperative/syntax.rkt index a12af36..382d423 100644 --- a/imperative/syntax.rkt +++ b/imperative/syntax.rkt @@ -441,6 +441,7 @@ (if maybe-expr-stx (quasisyntax/loc maybe-expr-stx ((schedule-script! #:priority *query-handler-priority* + (current-actor) (lambda () #,maybe-expr-stx)))) #'())))