Commit ddecada2 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 0db49d40
...@@ -37,10 +37,10 @@ async function renamer(config,newName) ...@@ -37,10 +37,10 @@ async function renamer(config,newName)
let arr=[] let arr=[]
for (let j=0;j<file.length-1;j++) for (let j=0;j<file.length-1;j++)
arr.push(file[j]) arr.push(file[j])
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[i] t = t + arr[j]
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