瀏覽代碼

Chore: global.conf validation

SukkaW 4 月之前
父節點
當前提交
9631f043ea
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Build/validate-gfwlist.ts

+ 1 - 1
Build/validate-gfwlist.ts

@@ -144,8 +144,8 @@ export async function parseGfwList() {
     }
     }
   });
   });
 
 
-  console.log(missingTop10000Gfwed.size, '');
   console.log(Array.from(missingTop10000Gfwed).join('\n'));
   console.log(Array.from(missingTop10000Gfwed).join('\n'));
+  console.log('', missingTop10000Gfwed.size);
 
 
   return [
   return [
     whiteSet,
     whiteSet,