Skip to content

Commit bb4b469

Browse files
nojvekSpaceK33z
authored andcommittedJul 22, 2018
sendMsg('Progress', data) (#1427)
1 parent 9aad42d commit bb4b469

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎client-src/default/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ const onSocketMsg = {
129129
},
130130
'progress-update': function progressUpdate(data) {
131131
if (useProgress) log.info(`[WDS] ${data.percent}% - ${data.msg}.`);
132+
sendMsg('Progress', data);
132133
},
133134
ok() {
134135
sendMsg('Ok');

0 commit comments

Comments
 (0)
Please sign in to comment.