fix bug I introduced

This commit is contained in:
Sam Caldwell 2020-12-11 16:38:56 -05:00
parent 38b5e34efb
commit 165dfeb6c8
1 changed files with 2 additions and 1 deletions

View File

@ -76,7 +76,8 @@
(define cleaned-acts (clean-actions acts))
(for ([act (in-list cleaned-acts)]
#:unless (actor? act))
(error "only actor creation actions allowed at module level")))
(error "only actor creation actions allowed at module level"))
cleaned-acts)
(define-syntax (syndicate-module stx)
(syntax-parse stx