Commit 29741801 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 5e8e6ca0
...@@ -45,7 +45,7 @@ async function init() { ...@@ -45,7 +45,7 @@ async function init() {
let config=last[last.length-2].replace('.csv','') let config=last[last.length-2].replace('.csv','')
let file=last[last.length-1].replace('.csv','') let file=last[last.length-1].replace('.csv','')
let data=getDataFromFileAndConfig(all,file,config) let data=getDataFromFileAndConfig(all,file,config)
console.log(data) // console.log(data)
dataFile.push(data) dataFile.push(data)
} }
...@@ -53,7 +53,7 @@ async function init() { ...@@ -53,7 +53,7 @@ async function init() {
} }
console.log(res[0].dataFile) console.log(res[0].config[0])
} }
......
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