mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
Log watcher init after browser
This commit is contained in:
@@ -951,7 +951,6 @@ export default class extends baseClass {
|
||||
|
||||
async updateGameLog(dateTill) {
|
||||
await gameLogService.setDateTill(dateTill);
|
||||
await gameLogService.reset();
|
||||
await new Promise((resolve) => {
|
||||
workerTimers.setTimeout(resolve, 10000);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user