Code Duplication    Length = 1-1 lines in 2 locations

node_modules/mocha/mocha.js 1 location

@@ 10918-10918 (lines=1) @@
10915
  this.emit('error', new Error('_read() is not implemented'));
10916
};
10917
10918
Readable.prototype.pipe = function (dest, pipeOpts) {
10919
  var src = this;
10920
  var state = this._readableState;
10921

node_modules/readable-stream/lib/_stream_readable.js 1 location

@@ 541-541 (lines=1) @@
538
  this.emit('error', new Error('_read() is not implemented'));
539
};
540
541
Readable.prototype.pipe = function (dest, pipeOpts) {
542
  var src = this;
543
  var state = this._readableState;
544