Commit 62b3a2f2 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent b3103450
...@@ -18,7 +18,7 @@ async function run() ...@@ -18,7 +18,7 @@ async function run()
let lastFile = await fs.readFileSync(path+files[i], 'utf8') let lastFile = await fs.readFileSync(path+files[i], 'utf8')
lastFile=lastFile.split('\n') lastFile=lastFile.split('\n')
console.log(lastFile[lastFile.length-1]) console.log(lastFile[lastFile.length-2])
let data=grabData(lastFile) let data=grabData(lastFile)
......
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