diff options
Diffstat (limited to 'node_modules/glob/glob.js')
-rw-r--r-- | node_modules/glob/glob.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/node_modules/glob/glob.js b/node_modules/glob/glob.js index bfdd7a11b..58dec0f6c 100644 --- a/node_modules/glob/glob.js +++ b/node_modules/glob/glob.js @@ -153,9 +153,7 @@ function Glob (pattern, options, cb) { } var self = this - var n = this.minimatch.set.length this._processing = 0 - this.matches = new Array(n) this._emitQueue = [] this._processQueue = [] |