mirror of
https://github.com/electron/node-gyp.git
synced 2025-09-16 14:03:39 +02:00
update fstream to v0.1.18
This commit is contained in:
parent
a07f082717
commit
aa8bc9d7cf
9 changed files with 275 additions and 124 deletions
5
node_modules/fstream/lib/abstract.js
generated
vendored
5
node_modules/fstream/lib/abstract.js
generated
vendored
|
@ -20,6 +20,11 @@ Abstract.prototype.on = function (ev, fn) {
|
|||
return this
|
||||
}
|
||||
|
||||
Abstract.prototype.abort = function () {
|
||||
this._aborted = true
|
||||
this.emit("abort")
|
||||
}
|
||||
|
||||
Abstract.prototype.destroy = function () {}
|
||||
|
||||
Abstract.prototype.warn = function (msg, code) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue