mirror of
https://github.com/electron/node-gyp.git
synced 2025-09-16 05:53:41 +02:00
update "fstream" to v0.1.19
This commit is contained in:
parent
323c7f52fd
commit
0f659439ef
3 changed files with 8 additions and 6 deletions
4
node_modules/fstream/lib/abstract.js
generated
vendored
4
node_modules/fstream/lib/abstract.js
generated
vendored
|
@ -54,9 +54,7 @@ Abstract.prototype.warn = function (msg, code) {
|
|||
}
|
||||
|
||||
Abstract.prototype.info = function (msg, code) {
|
||||
var me = this
|
||||
if (!me.listeners("info")) return
|
||||
me.emit("info", msg, code)
|
||||
this.emit("info", msg, code)
|
||||
}
|
||||
|
||||
Abstract.prototype.error = function (msg, code, th) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue