summaryrefslogtreecommitdiff
path: root/public/bundle.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/bundle.js')
-rw-r--r--public/bundle.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/public/bundle.js b/public/bundle.js
index 7d4245a..781a233 100644
--- a/public/bundle.js
+++ b/public/bundle.js
@@ -7212,6 +7212,12 @@ _socket.socket.on('task_res', function (data) {
break;
case 'set_priority':
break;
+ case 'progress':
+ (0, _store.dispatch)({ type: _types2.default.task.progress, task: data.task });
+ break;
+ case 'epoch':
+ (0, _store.dispatch)({ type: _types2.default.task.progress, task: data.task });
+ break;
case 'error':
return console.log('task error', data);
default: