Commit 29bf3c68 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 11e6de3b
...@@ -43,9 +43,9 @@ async function init() { ...@@ -43,9 +43,9 @@ async function init() {
async function append(config, data) { async function append(config, data) {
for (let i = 0; i < files.length; i++) { for (let i = 0; i < files.length; i++) {
// console.log(files[i],config) console.log(config)
if (files[i].includes(config + '_')) { if (files[i].includes(config + '_')) {
console.log(files[i]) // console.log(files[i])
for (let j = 0; j < data.length; j++) for (let j = 0; j < data.length; j++)
appender(files[i], data[j]) appender(files[i], data[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