Commit b77e9663 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent eeaf3a3b
...@@ -40,7 +40,7 @@ async function renamer(config,newName) ...@@ -40,7 +40,7 @@ async function renamer(config,newName)
console.log(arr) console.log(arr)
let t='' let t=''
for (let j=0;j<arr.length;j++) { for (let j=0;j<arr.length;j++) {
t = t + arr.length t = t + arr[i]
if (j !==arr.length-1) if (j !==arr.length-1)
t=t+'\n' t=t+'\n'
} }
......
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