Commit 2ab6762a authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent bba25fad
...@@ -28,7 +28,7 @@ run() ...@@ -28,7 +28,7 @@ run()
} }
function run() async function run()
{ {
com=_.shuffle(com) com=_.shuffle(com)
balance=lastBalance balance=lastBalance
...@@ -78,7 +78,7 @@ if (worth < base) { ...@@ -78,7 +78,7 @@ if (worth < base) {
console.log(arrNew[0].sum,balance,worth) console.log(arrNew[0].sum,balance,worth)
let z={bad:base} let z={bad:base}
console.log(z) console.log(z)
createfileADV(JSON.stringify(z)) await createfileADV(JSON.stringify(z))
} }
// let start=false // let start=false
// let arr2=[] // let arr2=[]
......
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