Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix empty error string #1627

Open
janniks opened this issue Feb 7, 2024 · 0 comments
Open

fix empty error string #1627

janniks opened this issue Feb 7, 2024 · 0 comments
Labels
bug Unwanted or unintended logic causing harm

Comments

@janniks
Copy link
Collaborator

janniks commented Feb 7, 2024

const msg = await response.text().catch(() => '');

Often shows an empty string in error logs, we should change this to show a different message on empty message.

Ref: #1623 (comment)

@janniks janniks added the bug Unwanted or unintended logic causing harm label Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unwanted or unintended logic causing harm
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant