SukkaW 3 年 前
コミット
3418838405
1 ファイル変更2 行追加1 行削除
  1. 2 1
      Build/worker/build-reject-domainset-worker.js

+ 2 - 1
Build/worker/build-reject-domainset-worker.js

@@ -37,7 +37,8 @@ module.exports.dedupe = ({ chunk }) => {
             break;
           }
         }
-      } else if (domainFromInputLen > domainFromFullSetLen) {
+      }
+      if (domainFromInputLen > domainFromFullSetLen) {
         // domainFromInput is now startsWith a "."
         if (domainFromInput.endsWith(domainFromFullSet)) {
           outputToBeRemoved[i] = 1;