Commit 9ccbeb22 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 6ccf460d
...@@ -21,12 +21,13 @@ async function run() ...@@ -21,12 +21,13 @@ async function run()
let data=grabData(lastFile,true) let data=grabData(lastFile,true)
console.log(data) // console.log(data)
vars=ai.run(data) vars=ai.run(data)
console.log(vars)
datas.push({name:files[i],vars:vars}) datas.push({name:files[i],vars:vars})
} }
console.log(datas) // console.log(datas)
// watcher() // 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