Closed scratchyone closed 11 months ago
When calling globSync, this previously used dir.pathname, which returns an invalid value (contains URL encoding) for pathnames with spaces. I switched it for outDirPath, which represents the same value but doesn't have that issue.
globSync
dir.pathname
outDirPath
@scratchyone Thanks! Looks good!
When calling
globSync
, this previously useddir.pathname
, which returns an invalid value (contains URL encoding) for pathnames with spaces. I switched it foroutDirPath
, which represents the same value but doesn't have that issue.