Browse Source

Chore: global.conf validation

SukkaW 4 months ago
parent
commit
9631f043ea
1 changed files with 1 additions and 1 deletions
  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('', missingTop10000Gfwed.size);
 
   return [
     whiteSet,