Comparing version 6.4.2 to 6.4.3
@@ -107,3 +107,3 @@ "use strict"; | ||
resolvedPath = (0, utils_1.normalizePath)(resolvedPath, this.state.options); | ||
if (exclude && exclude(entry.name, resolvedPath)) | ||
if (exclude && exclude(entry.name, useRealPaths ? resolvedPath : path + pathSeparator)) | ||
return; | ||
@@ -110,0 +110,0 @@ this.walkDirectory(this.state, resolvedPath, useRealPaths ? resolvedPath : path + pathSeparator, depth - 1, this.walk); |
{ | ||
"name": "fdir", | ||
"version": "6.4.2", | ||
"version": "6.4.3", | ||
"description": "The fastest directory crawler & globbing alternative to glob, fast-glob, & tiny-glob. Crawls 1m files in < 1s", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
45205