Commit 8f91dfff authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent a0aefb55
...@@ -13,6 +13,7 @@ async function work() { ...@@ -13,6 +13,7 @@ async function work() {
var args = process.argv.slice(2); var args = process.argv.slice(2);
dir = args[0] dir = args[0]
let directory = await fs.readdirSync('result/' + dir) let directory = await fs.readdirSync('result/' + dir)
console.log(directory)
for (let i = 0; i < directory.length; i = i + 1000) { for (let i = 0; i < directory.length; i = i + 1000) {
// console.log('hi') // console.log('hi')
let arr = [] let arr = []
......
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