Browse Source

puth -> push

龚成明 3 năm trước cách đây
mục cha
commit
83e10a20ff
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      scripts/path/level2Generate.ts

+ 1 - 1
scripts/path/level2Generate.ts

@@ -56,7 +56,7 @@ class Level2Generate {
           const jLp = lpList[j]
 
           const path = [iLp, jLp]
-          pathList.puth(path)
+          pathList.push(path)
         }
       }