Commit 675d1ab7 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 7378af2d
...@@ -29,7 +29,7 @@ async function init() { ...@@ -29,7 +29,7 @@ async function init() {
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('\r')
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