From 6a4dc36e7137e6ffc4e604943ee1fb7d5f00a37d Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Mon, 2 Nov 2020 12:54:32 -0500 Subject: [PATCH] Better status message --- libs/S3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/S3.js b/libs/S3.js index 6b8dc3c..5672e53 100644 --- a/libs/S3.js +++ b/libs/S3.js @@ -137,7 +137,7 @@ module.exports = { if (onOutput) { onOutput(`Uploading ${filename}... ${progress[filename]}%`); if (progress[filename] == 100){ - onOutput(`Merging ${filename} parts (if any), this could take a bit...`); + onOutput(`Finalizing ${filename} upload, this could take a bit...`); } } }