Commit 086c886e authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 3eedb742
...@@ -54,7 +54,7 @@ async function check() ...@@ -54,7 +54,7 @@ async function check()
} }
let stats=await fs.statSync('files/'+files[i]) let stats=await fs.statSync('files/'+files[i])
console.log(stats.size)
if (stats.size<500) { if (stats.size<500) {
await fs.renameSync('files/'+files[i],worker+'/'+files[i]) await fs.renameSync('files/'+files[i],worker+'/'+files[i])
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