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

git pu

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