We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1463c99 commit 68feddcCopy full SHA for 68feddc
base/strings/io.jl
@@ -365,7 +365,8 @@ function _join_preserve_annotations(iterator, args...)
365
# in nature, we extract an `AnnotatedString`, otherwise we just extract
366
# a plain `String` from `io`.
367
if isconcretetype(et) || !isempty(io.annotations)
368
- read(seekstart(io), AnnotatedString{String})
+ seekstart(io)
369
+ read(io, AnnotatedString{String})
370
else
371
String(take!(io.io))
372
end
0 commit comments