mirror of
https://github.com/thelounge/thelounge
synced 2025-02-16 13:18:24 +00:00
Change upload abort error message
This commit is contained in:
parent
39d8a6a7de
commit
702aa6fdfa
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue