Commit 3f7eeb9c authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 3be0c1b8
......@@ -86,11 +86,11 @@ async function checker() {
// console.log('check')
let files = await fs.readdirSync(path)
for (let i = 0; i < files.length; i++) {
console.log(files[i])
if (!files[i].includes('Lp'))
continue
console.log(files[i])
arr.push(make(files[i]))
}
......
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