This commit is contained in:
SukkaW
2023-06-29 14:36:15 +08:00
parent 5d86ba3d2d
commit 1a7638b1ec
8 changed files with 152 additions and 93 deletions

View File

@@ -81,9 +81,7 @@ const validateRuleset = async (filePath) => {
]);
await Promise.all(
domainsetFiles.map(file => validateDomainSet(file))
// rulesetFiles.map(file => validateRuleset(file))
);
// await Promise.all(
// rulesetFiles.map(file => validateRuleset(file))
// );
})();