From 702aa6fdfad9472dacfe3fb0cd3fddd2a3ac306d Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Fri, 24 May 2019 16:43:27 +0300 Subject: [PATCH] Change upload abort error message --- client/js/upload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/js/upload.js b/client/js/upload.js index f0e9dfba..6a7af160 100644 --- a/client/js/upload.js +++ b/client/js/upload.js @@ -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}`, }; }