Update the bundled fstream to v0.1.14

This commit is contained in:
Nathan Rajlich 2012-03-19 19:09:41 -07:00
parent 6efb29b326
commit eac48fe38b
10 changed files with 262 additions and 20 deletions

View file

@ -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)) {