Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ai
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
ai
Commits
ccae9ca9
Commit
ccae9ca9
authored
Apr 19, 2022
by
Ahmad Nemati
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git pu
parent
bf5be7c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
8 deletions
+3
-8
runres.js
runres.js
+3
-8
No files found.
runres.js
View file @
ccae9ca9
...
@@ -35,10 +35,8 @@ async function init() {
...
@@ -35,10 +35,8 @@ async function init() {
let
res
=
await
fs
.
readFileSync
(
'
plat.json
'
,
'
utf8
'
);
let
res
=
await
fs
.
readFileSync
(
'
plat.json
'
,
'
utf8
'
);
res
=
JSON
.
parse
(
res
)
res
=
JSON
.
parse
(
res
)
let
newArr
=
[]
let
newArr
=
[]
for
(
let
i
=
0
;
i
<
res
.
length
;
i
++
)
{
let
allPlatforms
=
res
[
0
].
AllPlatfrom
console
.
log
(
'
checked
'
+
i
+
'
/
'
+
res
.
length
)
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
++
)
{
{
...
@@ -49,12 +47,9 @@ async function init() {
...
@@ -49,12 +47,9 @@ async function init() {
console
.
log
(
file
,
config
)
console
.
log
(
file
,
config
)
dataFile
.
push
(
data
)
dataFile
.
push
(
data
)
}
}
console
.
log
(
'
hi
'
)
res
[
i
].
config
=
dataFile
}
console
.
log
(
res
[
0
].
config
[
0
])
console
.
log
(
dataFile
[
0
])
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment