Skip to content

Commit 0cdee8c

Browse files
committed
FIX: regression in importing an unnamed module
1 parent 292c0bb commit 0cdee8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mezz/sys-base.reb

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ do*: func [
8989
; Eval the block or make the module, returned
9090
either mod? [ ; Import the module and set the var
9191
spec: reduce [hdr data do-needs/no-user hdr]
92-
also import catch/quit [make module! spec]
92+
also import (catch/quit [make module! spec])
9393
if var [set var tail data]
9494
][
9595
do-needs hdr ; Load the script requirements

0 commit comments

Comments
 (0)