mirror of
https://github.com/electron/node-gyp.git
synced 2025-09-16 22:13:39 +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) {
|
||||
|
|
1
node_modules/fstream/lib/dir-reader.js
generated
vendored
1
node_modules/fstream/lib/dir-reader.js
generated
vendored
|
@ -135,6 +135,7 @@ DirReader.prototype._read = function () {
|
|||
if (entry._paused) entry.once("resume", function () {
|
||||
me.emit("entryStat", entry, props)
|
||||
})
|
||||
else me.emit("entryStat", entry, props)
|
||||
})
|
||||
|
||||
entry.on("ready", function EMITCHILD () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue