mirror of
https://github.com/m1k1o/neko.git
synced 2025-07-19 09:37:50 +02:00
lint & logging fixes.
This commit is contained in:
parent
58d029f455
commit
a9aa62f062
7 changed files with 14 additions and 13 deletions
|
@ -50,8 +50,8 @@ func (manager *WebSocketManagerCtx) fileChooserDialogEvents() {
|
|||
ID: activeSession.ID(),
|
||||
}); err != nil {
|
||||
manager.logger.Warn().
|
||||
Str("session_id", session.ID()).
|
||||
Err(err).
|
||||
Str("session_id", session.ID()).
|
||||
Msgf("could not send event `%s` to session", event.FILE_CHOOSER_DIALOG_OPENED)
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue