Skip to content

Minor bug fix

Compare
Choose a tag to compare
@theophilusx theophilusx released this 21 Jun 01:55
· 107 commits to master since this release

Minor bug fix version

The get() method was not always returning a buffer when no destination argument was supplied due to a race condition between concat-stream and readStream finish event. When triggered, get() would return the concat-stream object instead of the buffer object it contains.