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