Commit ce760b55 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 33475336
...@@ -75,8 +75,7 @@ async function generateByDrawDown(timestamp, arr) { ...@@ -75,8 +75,7 @@ async function generateByDrawDown(timestamp, arr) {
async function run(root, name, directory, timestamp) { async function run(root, name, directory, timestamp) {
// let directory = await fs.readdirSync('result') // let directory = await fs.readdirSync('result')
let con2 = await fs.readFileSync('./con2.json', 'utf8')
con2 = JSON.parse(con2)
let arr2 = [] let arr2 = []
let arrFinal = [] let arrFinal = []
let last = [] let last = []
......
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