Skip to content

Commit d5c20c5

Browse files
committed
v3.0.8
1 parent b8a39e7 commit d5c20c5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/modem.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ Modem.prototype.buildRequest = function (options, context, data, callback) {
304304

305305
debug('Received: %s', result);
306306

307-
var json = utils.parseJSON(result) || stream.Readable.from(buffer);
307+
var json = utils.parseJSON(result) || buffer;
308308
if (finished === false) {
309309
finished = true;
310310
self.buildPayload(null, context.isStream, context.statusCodes, false, req, res, json, callback);

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docker-modem",
33
"description": "Docker remote API network layer module.",
4-
"version": "3.0.7",
4+
"version": "3.0.8",
55
"author": "Pedro Dias <[email protected]>",
66
"maintainers": [
77
"apocas <[email protected]>"

0 commit comments

Comments
 (0)