Change upload abort error message

This commit is contained in:
Pavel Djundik 2019-05-24 16:43:27 +03:00
parent 39d8a6a7de
commit 702aa6fdfa

View file

@ -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}`,
};
}