Merge pull request #3236 from thelounge/xpaw/abort-error-msg
Change upload abort error message
This commit is contained in:
commit
e71bd3a9a3
@ -147,7 +147,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: "Connection aborted",
|
||||
error: `Upload aborted: HTTP ${xhr.status}`,
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user