We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 292c0bb commit 0cdee8cCopy full SHA for 0cdee8c
src/mezz/sys-base.reb
@@ -89,7 +89,7 @@ do*: func [
89
; Eval the block or make the module, returned
90
either mod? [ ; Import the module and set the var
91
spec: reduce [hdr data do-needs/no-user hdr]
92
- also import catch/quit [make module! spec]
+ also import (catch/quit [make module! spec])
93
if var [set var tail data]
94
][
95
do-needs hdr ; Load the script requirements
0 commit comments