schnee effeckt und fehler Korektur
This commit is contained in:
1
node_modules/readable-stream/lib/internal/streams/BufferList.js
generated
vendored
1
node_modules/readable-stream/lib/internal/streams/BufferList.js
generated
vendored
@@ -56,7 +56,6 @@ module.exports = function () {
|
||||
|
||||
BufferList.prototype.concat = function concat(n) {
|
||||
if (this.length === 0) return Buffer.alloc(0);
|
||||
if (this.length === 1) return this.head.data;
|
||||
var ret = Buffer.allocUnsafe(n >>> 0);
|
||||
var p = this.head;
|
||||
var i = 0;
|
||||
|
||||
Reference in New Issue
Block a user