mirror of
https://github.com/electron/node-gyp.git
synced 2025-09-16 14:03:39 +02:00
parent
75099414c8
commit
382c86438f
16 changed files with 51 additions and 2737 deletions
2
node_modules/tar/lib/entry.js
generated
vendored
2
node_modules/tar/lib/entry.js
generated
vendored
|
@ -105,7 +105,7 @@ inherits(Entry, Stream,
|
|||
this._reading = true
|
||||
|
||||
// have any data to emit?
|
||||
if (this._index < this._queueLen) {
|
||||
while (this._index < this._queueLen && !this._paused) {
|
||||
var chunk = this._queue[this._index ++]
|
||||
this.emit("data", chunk)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue