mirror of
https://github.com/thelounge/thelounge
synced 2025-02-16 21:28:23 +00:00
Merge pull request #4435 from thelounge/bookworm/uploadErr
upload: improve error message
This commit is contained in:
commit
acf520bd9a
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ class Uploader {
|
|||
// if there is still data to be uploaded. Servers will only error in extreme cases like bad
|
||||
// authentication or server-side errors.
|
||||
response = {
|
||||
error: `Upload aborted: HTTP ${this.xhr.status}`,
|
||||
error: `Upload aborted: ${this.xhr.statusText} (HTTP ${this.xhr.status})`,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue