Commit e2485fa9 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 01278eca
......@@ -44,6 +44,7 @@ async function init() {
async function append(config, data) {
for (let i = 0; i < files.length; i++) {
if (files[i].includes(config + '_')) {
console.log(files[i])
for (let j = 0; j < data.length; 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