diff --git a/lib/extract.js b/lib/extract.js index ba4189b..c9b0d49 100644 --- a/lib/extract.js +++ b/lib/extract.js @@ -12,7 +12,7 @@ function Extract (opts) { Transform.call(this); this.opts = opts || {}; - this.unzipStream = new UnzipStream(); + this.unzipStream = new UnzipStream(this.opts); this.unfinishedEntries = 0; this.afterFlushWait = false; this.createdDirectories = {};