Try and fix weird build error

This commit is contained in:
Nick Cipollo
2023-04-01 17:33:40 -04:00
parent a48ee3f85e
commit 5a8bbe8ea7
7 changed files with 7054 additions and 3644 deletions

View File

@@ -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;