()
| 174 | } |
| 175 | |
| 176 | async function start() { |
| 177 | let taskall = []; |
| 178 | for (let user of userList) { |
| 179 | if (user.ckStatus) { |
| 180 | taskall.push(await user.main()); |
| 181 | } |
| 182 | } |
| 183 | await Promise.all(taskall); |
| 184 | } |
| 185 | |
| 186 | !(async () => { |
| 187 | if (!(await checkEnv())) return; |