Jelajahi Sumber

puth -> push

龚成明 3 tahun lalu
induk
melakukan
83e10a20ff
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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)
         }
       }