Commit 081c2580 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 2c3508a2
...@@ -53,7 +53,7 @@ async function append(config, data) { ...@@ -53,7 +53,7 @@ async function append(config, data) {
if (files[i].startsWith(config)) { if (files[i].startsWith(config)) {
// console.log(config,files[i]) // console.log(config,files[i])
//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