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 003fd65 commit bd92a6eCopy full SHA for bd92a6e
src/stream.jl
@@ -284,7 +284,7 @@ function Base.seekstart(stream::TranscodingStream)
284
emptybuffer!(stream.state.buffer2)
285
end
286
seekstart(stream.stream)
287
- return
+ return stream
288
289
290
function Base.seekend(stream::TranscodingStream)
@@ -296,7 +296,7 @@ function Base.seekend(stream::TranscodingStream)
296
297
298
seekend(stream.stream)
299
300
301
302
0 commit comments