Commit 173e65c8 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent b1892b96
......@@ -52,7 +52,7 @@ async function check() {
}
let stats = await fs.statSync('allFiles/' + files[i])
if (stats.size < 500) {
if (stats.size < 2000) {
await fs.unlinkSync('allFiles/' + files[i])
continue
......@@ -105,7 +105,7 @@ async function copyAllFiles()
}
let stats = await fs.statSync('files/' + files[i])
if (stats.size < 500) {
if (stats.size < 2000) {
await fs.unlinkSync('files/' + files[i])
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