Commit 8df1481c authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

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