Commit af6b6684 authored by Ahmad Nemati's avatar Ahmad Nemati

init

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