()
| 369 | } |
| 370 | |
| 371 | async function start() { |
| 372 | let taskall = []; |
| 373 | for (let user of userList) { |
| 374 | if (user.ckStatus) { |
| 375 | taskall.push(await user.main()); |
| 376 | } |
| 377 | } |
| 378 | await Promise.all(taskall); |
| 379 | } |
| 380 | |
| 381 | !(async () => { |
| 382 | if (!(await checkEnv())) return; |