Skip to content

Commit

Permalink
sendMsg('Progress', data) (#1427)
Browse files Browse the repository at this point in the history
  • Loading branch information
nojvek authored and SpaceK33z committed Jul 22, 2018
1 parent 9aad42d commit bb4b469
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client-src/default/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit bb4b469

Please sign in to comment.