docker-modem icon indicating copy to clipboard operation
docker-modem copied to clipboard

Bug: followProgress throw an error on exporting images

Open roddc opened this issue 3 years ago • 0 comments

I'm using followProgress to write the data got from '/images/get?' to a tar, but it will throw SyntaxError: Unexpected number in JSON at position 1 when streaming the data. The error happens on processLine (/node_modules/docker-modem/lib/modem.js:443:24) Now I will use the stream.pipe instead.

roddc avatar Sep 01 '22 09:09 roddc