diff --git a/public/index.html b/public/index.html index 74b72d7..00ac223 100644 --- a/public/index.html +++ b/public/index.html @@ -130,7 +130,7 @@ await apiRequest('/api/backlog-sync', { method: 'POST', body: JSON.stringify({ guildId: state.selectedTextGuild, channelId: state.selectedTextChannel }), - }).catch((error) => logger.warn('Backlog sync failed:', error.message)); + }).catch((error) => showError(`Backlog sync failed: ${error.message}`)); } await fetchText().catch((error) => showError(error.message)); }