mirror of
https://github.com/electron/node-gyp.git
synced 2025-09-16 22:13:39 +02:00
semver@2.1, update all deps in repo
This commit is contained in:
parent
e6cb9075fe
commit
f6e0c511b2
50 changed files with 5251 additions and 637 deletions
4
node_modules/tar/lib/buffer-entry.js
generated
vendored
4
node_modules/tar/lib/buffer-entry.js
generated
vendored
|
@ -20,11 +20,11 @@ function BufferEntry () {
|
|||
})
|
||||
}
|
||||
|
||||
inherits(BufferEntry, Entry)
|
||||
|
||||
// collect the bytes as they come in.
|
||||
BufferEntry.prototype.write = function (c) {
|
||||
c.copy(this._buffer, this._offset)
|
||||
this._offset += c.length
|
||||
Entry.prototype.write.call(this, c)
|
||||
}
|
||||
|
||||
inherits(BufferEntry, Entry)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue