mirror of
https://github.com/SukkaW/Surge.git
synced 2026-02-03 04:21:53 +08:00
Clean up
This commit is contained in:
@@ -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))
|
||||
// );
|
||||
})();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user