Try and fix weird build error
This commit is contained in:
@@ -4,7 +4,7 @@ exports.FileGlobber = void 0;
|
||||
const glob_1 = require("glob");
|
||||
class FileGlobber {
|
||||
glob(pattern) {
|
||||
return new glob_1.GlobSync(pattern, { mark: true }).found;
|
||||
return (0, glob_1.globSync)(pattern, { mark: true });
|
||||
}
|
||||
}
|
||||
exports.FileGlobber = FileGlobber;
|
||||
|
||||
Reference in New Issue
Block a user