Commit 5ade11f1 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 94b19b82
...@@ -23,7 +23,7 @@ async function run() ...@@ -23,7 +23,7 @@ async function run()
let vars=ai.run(data) let vars=ai.run(data)
console.log(data) //console.log(data)
datas.push({name:files[i],vars:vars}) datas.push({name:files[i],vars:vars})
} }
...@@ -60,7 +60,7 @@ function grabData(data,init) ...@@ -60,7 +60,7 @@ function grabData(data,init)
} }
// console.log(arr[arr.length-1]) console.log(arr[arr.length-1])
return arr return arr
} }
......
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