Commit 54bd67cc authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent f4e424eb
...@@ -37,6 +37,7 @@ async function init() { ...@@ -37,6 +37,7 @@ async function init() {
let newArr=[] let newArr=[]
for (let i=0;i<res.length;i++) for (let i=0;i<res.length;i++)
{ {
console.log('checked '+i+'/'+res.length)
let allPlatforms=res[i].AllPlatfrom let allPlatforms=res[i].AllPlatfrom
let dataFile=[] let dataFile=[]
for (let j=0;j<allPlatforms.length;j++) for (let j=0;j<allPlatforms.length;j++)
......
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