Fix unknown type in main

This commit is contained in:
AkiraFukushima 2021-12-30 10:47:48 +09:00
parent 5aad14f351
commit 902ad50da8
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957
1 changed files with 1 additions and 1 deletions

View File

@ -689,7 +689,7 @@ ipcMain.on('start-all-user-streamings', (event: IpcMainEvent, accounts: Array<Lo
}
}
)
} catch (err) {
} catch (err: any) {
log.error(err)
const streamingError = new StreamingError(err.message, account.domain)
if (!event.sender.isDestroyed()) {