🔧
This commit is contained in:
2
node_modules/fdir/dist/builder/index.js
generated
vendored
2
node_modules/fdir/dist/builder/index.js
generated
vendored
@@ -122,7 +122,7 @@ class Builder {
|
||||
const globFn = (this.globFunction || pm);
|
||||
/* c8 ignore next 5 */
|
||||
if (!globFn) {
|
||||
throw new Error('Please specify a glob function to use glob matching.');
|
||||
throw new Error("Please specify a glob function to use glob matching.");
|
||||
}
|
||||
var isMatch = this.globCache[patterns.join("\0")];
|
||||
if (!isMatch) {
|
||||
|
||||
Reference in New Issue
Block a user