Commit dcfbcf65 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 70c943e5
......@@ -109,7 +109,7 @@ async function check() {
async function copyAllFiles()
{
// await reverse.init()
await reverse.init()
await sleep(2000)
let configs = await fs.readdirSync('configs')
for (let z=0;z<configs.length;z++)
......@@ -124,7 +124,7 @@ async function copyAllFiles()
let files = await fs.readdirSync('files')
console.log(files)
// console.log(files)
let size = await fs.read
for (let i = 0; i < files.length; i++) {
......
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