We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
import/check
1 parent 2660ab1 commit b527b18Copy full SHA for b527b18
src/mezz/sys-load.reb
@@ -546,12 +546,12 @@ load-module: function [
546
not hdr [
547
; Only happens for string, binary or non-extension file/url source
548
set [hdr: code: end:] load-header/required data
549
- unless tail? end [code: copy/part code end]
550
case [
551
word? hdr [cause-error 'syntax hdr source]
552
import none ; /import overrides 'delay option
553
not delay [delay: true? find hdr/options 'delay]
554
]
+ unless tail? end [code: copy/part code end]
555
if hdr/checksum [modsum: copy hdr/checksum]
556
557
no-share [hdr/options: append any [hdr/options make block! 1] 'isolate]
0 commit comments