Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return string rather than Buffer on response
In previous versions of Dockerode, this was expected behaviour. 2.5.8 broke this, and now returns a Buffer when the `parseJSON` fails. This PR returns the stringified buffer even when this fails, rather than the Buffer object.
- Loading branch information