Better status message

pull/132/head
Piero Toffanin 2020-11-02 12:54:32 -05:00
rodzic 6ae2cca1f6
commit 6a4dc36e71
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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