Commit 73848e34 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 1d804275
......@@ -18,13 +18,14 @@ async function run()
let lastFile = await fs.readFileSync(path+files[i], 'utf8')
lastFile=lastFile.split('\n')
console.log(lastFile)
let data=grabData(lastFile)
vars=ai.run(data)
datas.push({name:files[i],vars:vars})
}
console.log(datas)
// watcher()
......
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