Commit fbdffff4 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 1c293c51
...@@ -151,7 +151,7 @@ async function copyAllFiles() ...@@ -151,7 +151,7 @@ async function copyAllFiles()
} }
} }
await writeFileDetail([]) await writeFileDetail([])
init() // init()
} }
function sleep(millis) { function sleep(millis) {
......
...@@ -106,7 +106,7 @@ async function format(name) { ...@@ -106,7 +106,7 @@ async function format(name) {
let z = header let z = header
z = z + t z = z + t
console.log(z) // console.log(z)
await createFile('R' + name, z) await createFile('R' + name, z)
} }
......
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