Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
4926f57d83 | |||
86552f2b1b |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@push.rocks/smartstream",
|
||||
"version": "3.0.9",
|
||||
"version": "3.0.10",
|
||||
"private": false,
|
||||
"description": "simplifies access to node streams",
|
||||
"main": "dist_ts/index.js",
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/smartstream',
|
||||
version: '3.0.9',
|
||||
version: '3.0.10',
|
||||
description: 'simplifies access to node streams'
|
||||
}
|
||||
|
@ -170,8 +170,8 @@ export class SmartDuplex<TInput = any, TOutput = any> extends Duplex {
|
||||
callback(err);
|
||||
}
|
||||
} else {
|
||||
this.push(null),
|
||||
callback();
|
||||
}
|
||||
this.push(null);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user