Commit 0db49d40 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent c0ce18d0
...@@ -34,9 +34,8 @@ async function renamer(config,newName) ...@@ -34,9 +34,8 @@ async function renamer(config,newName)
{ {
let file = await fs.readFileSync('E:\\YashilFinal\\'+files[i], 'utf8') let file = await fs.readFileSync('E:\\YashilFinal\\'+files[i], 'utf8')
file = file.split('\n') file = file.split('\n')
console.log(file)
let arr=[] let arr=[]
for (let j=0;i<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=''
......
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