summaryrefslogtreecommitdiff
path: root/public/bundle.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-29 05:03:09 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-29 05:03:09 +0200
commitfbbae4cee6358bf1b0e1bd9cc479bc9d130bd199 (patch)
treed4c1cab52fe7a4931988db9f102355fc1a6fc7a4 /public/bundle.js
parentaad2b0ccc7678b056c3b0ea317085633e56b0e90 (diff)
start and stop a process baby!!
Diffstat (limited to 'public/bundle.js')
-rw-r--r--public/bundle.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/public/bundle.js b/public/bundle.js
index 01accc1..bd8bc91 100644
--- a/public/bundle.js
+++ b/public/bundle.js
@@ -3746,9 +3746,6 @@ var samplernnReducer = function samplernnReducer() {
case _types2.default.task.task_begin:
return _extends({}, state);
case _types2.default.task.task_finish:
- if (state.runner[action.task.processor].task.uuid !== action.task.uuid) {
- return state;
- }
return _extends({}, state);
case _types2.default.folder.index:
console.log(action);