龚成明 %!s(int64=3) %!d(string=hai) anos
pai
achega
83e10a20ff
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
         }
       }