Commit a4e1231d authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent a910328e
......@@ -31,7 +31,7 @@ async function work() {
try {
await fs.mkdirSync('last1000/' + timestamp)
await fs.mkdirSync('last1000/' + timestamp+'/default')
for (let z=0;i<drawDown.length;z++)
for (let z=0;z<drawDown.length;z++)
await fs.mkdirSync('last1000/' + timestamp+'/drawDown'+drawDown[z])
} catch (e) {
......
......@@ -31,7 +31,7 @@ async function work() {
try {
await fs.mkdirSync('final1000/' + timestamp)
await fs.mkdirSync('final1000/' + timestamp+'/default')
for (let z=0;i<drawDown.length;z++)
for (let z=0;z<drawDown.length;z++)
await fs.mkdirSync('final1000/' + timestamp+'/drawDown'+drawDown[z])
} catch (e) {
......
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