Commit c0a7b5d2 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 5d8c17ba
...@@ -112,8 +112,10 @@ async function run(name, directory, timestamp) { ...@@ -112,8 +112,10 @@ async function run(name, directory, timestamp) {
let las = [] let las = []
for (let i = 0; i < 1000; i++) for (let i = 0; i < 1000; i++) {
if (i < last.length)
las.push(last[i]) las.push(last[i])
}
createfileADV(timestamp, name, JSON.stringify(las, null, 2)) createfileADV(timestamp, name, JSON.stringify(las, null, 2))
......
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