|
|
@ -31,6 +31,7 @@ async function sync(timeout) { |
|
|
console.log(consoleTime(), "Setup Steam Client...") |
|
|
console.log(consoleTime(), "Setup Steam Client...") |
|
|
steam_client = setupClient(); |
|
|
steam_client = setupClient(); |
|
|
} |
|
|
} |
|
|
|
|
|
await sleep(timeout * 60000); |
|
|
} else { |
|
|
} else { |
|
|
console.log(consoleTime(), `wait ${timeout} seconds after destroy, where pulse failed`); |
|
|
console.log(consoleTime(), `wait ${timeout} seconds after destroy, where pulse failed`); |
|
|
await sleep(timeout * 1000); |
|
|
await sleep(timeout * 1000); |
|
|
|