Commit bf5be7c4 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent d9407d32
...@@ -46,7 +46,7 @@ async function init() { ...@@ -46,7 +46,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(file) console.log(file , config)
dataFile.push(data) dataFile.push(data)
} }
console.log('hi') console.log('hi')
......
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