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
1
node_modules/fstream/lib/proxy-reader.js
generated
vendored
1
node_modules/fstream/lib/proxy-reader.js
generated
vendored
|
@ -63,6 +63,7 @@ ProxyReader.prototype._addProxy = function (proxy) {
|
|||
, "child"
|
||||
, "childEnd"
|
||||
, "warn"
|
||||
, "stat"
|
||||
].forEach(function (ev) {
|
||||
// console.error("~~ proxy event", ev, me.path)
|
||||
proxy.on(ev, me.emit.bind(me, ev))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue