Commit 5888c23f authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 6ac81d74
......@@ -88,6 +88,8 @@ async function checker() {
if (!files[i].includes('Lp1') || !files[i].includes('Lp2') || !files[i].includes('Lp3') || !files[i].includes('Lp4') || !files[i].includes('Lp5') || !files[i].includes('Lp6'))
continue
console.log(files[i])
arr.push(make(files[i]))
}
await Promise.all(arr)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment