Update bundled fstream to v0.1.13.

This commit is contained in:
Nathan Rajlich 2012-02-27 16:41:09 -08:00
parent 8c13a03f70
commit 1b14dcab08
4 changed files with 4 additions and 2 deletions

View file

@ -37,6 +37,7 @@ DirWriter.prototype._create = function () {
// ready to start getting entries!
me.ready = true
me.emit("ready")
me._process()
})
}