diff --git a/client-src/default/index.js b/client-src/default/index.js index 9387edb632..db102fd7f6 100644 --- a/client-src/default/index.js +++ b/client-src/default/index.js @@ -129,6 +129,7 @@ const onSocketMsg = { }, 'progress-update': function progressUpdate(data) { if (useProgress) log.info(`[WDS] ${data.percent}% - ${data.msg}.`); + sendMsg('Progress', data); }, ok() { sendMsg('Ok');