mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Chore: print build platform info
This commit is contained in:
@@ -157,8 +157,6 @@ const processRuleSet = (ruleSet: string[]) => {
|
||||
const dumped = trie.dumpWithMeta();
|
||||
for (let i = 0, len = dumped.length; i < len; i++) {
|
||||
const [originalIndex, flag] = unpack(dumped[i][1]);
|
||||
console.log(dumped[i][0], ruleSet[originalIndex]);
|
||||
|
||||
const type = flag === flagDomain ? 'DOMAIN' : 'DOMAIN-SUFFIX';
|
||||
|
||||
sortMap.push([originalIndex, sortTypeOrder[type]]);
|
||||
|
||||
Reference in New Issue
Block a user