We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e07d6 commit 639ad74Copy full SHA for 639ad74
src/mezz/sys-load.reb
@@ -271,7 +271,7 @@ read-decode: function [
271
; Try to load it (will fail if source is a url)
272
data: load-extension source ; returns an object or throws an error
273
][
274
- data: read/binary source ; can be string, binary, block
+ data: read source ; can be string, binary, block
275
if find system/options/file-types type [data: decode type :data] ; e.g. not 'unbound
276
]
277
data
0 commit comments