mirror of
https://github.com/electron/node-gyp.git
synced 2025-09-16 14:03:39 +02:00
Update the bundled fstream to v0.1.14
This commit is contained in:
parent
6efb29b326
commit
eac48fe38b
10 changed files with 262 additions and 20 deletions
3
node_modules/fstream/lib/dir-writer.js
generated
vendored
3
node_modules/fstream/lib/dir-writer.js
generated
vendored
|
@ -123,6 +123,9 @@ DirWriter.prototype._process = function () {
|
|||
// get rid of any ../../ shenanigans
|
||||
props.path = path.join(me.path, path.join("/", p))
|
||||
|
||||
// if i have a filter, the child should inherit it.
|
||||
props.filter = me.filter
|
||||
|
||||
// all the rest of the stuff, copy over from the source.
|
||||
Object.keys(entry.props).forEach(function (k) {
|
||||
if (!props.hasOwnProperty(k)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue