Commit a440ec31 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 29741801
...@@ -80,7 +80,7 @@ function getDataFromFileAndConfig(all,file,config) ...@@ -80,7 +80,7 @@ function getDataFromFileAndConfig(all,file,config)
async function format(name) { async function format(name) {
let res = await fs.readFileSync('./RunRes/' + name, 'utf8'); let res = await fs.readFileSync('./RunRes/' + name, 'utf8');
res = res.split('\n') res = res.split('\n')
console.log(res[0]) // console.log(res[0])
return res return res
} }
......
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