Commit 99b96137 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent c5ee3b13
......@@ -41,7 +41,7 @@ async function init() {
async function run() {
let files = await fs.readdirSync(path)
for (let i = 0; i < files.length; i++) {
if (!files[i].includes('id'))
if (!files[i].includes('Lp'))
continue
let fl=files[i].split('_')
......@@ -106,7 +106,7 @@ async function checker() {
let files = await fs.readdirSync(path)
for (let i = 0; i < files.length; i++) {
if (!files[i].includes('id'))
if (!files[i].includes('Lp'))
continue
......
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