Commit 1474ebdd authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent b77e9663
...@@ -16,9 +16,9 @@ async function init() { ...@@ -16,9 +16,9 @@ async function init() {
let com = await fs.readFileSync('newCom.json', 'utf8'); let com = await fs.readFileSync('newCom.json', 'utf8');
files = await fs.readdirSync('E:\\YashilFinal') files = await fs.readdirSync('E:\\YashilFinal')
com = JSON.parse(com) com = JSON.parse(com)
console.log(com) // console.log(com)
for (let i = 0; i < com.length; i++) { for (let i = 0; i < com.length; i++) {
renamer(com[i].config,com[i].uniq) await renamer(com[i].config,com[i].uniq)
} }
......
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