You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/webview/BrowserConnector.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -479,7 +479,7 @@ class BrowserConnector(
479
479
} catch (_:CancellationException) {
480
480
LOG.warn { "Cancelled chat generation" }
481
481
} catch (e:Exception) {
482
-
LOG.error(e) { "Failed to send chat message" }
482
+
LOG.warn(e) { "Failed to send chat message" }
483
483
browser.postChat(chatCommunicationManager.getErrorUiMessage(tabId, e, partialResultToken))
Copy file name to clipboardExpand all lines: plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/flareChat/ChatCommunicationManager.kt
0 commit comments