diff options
Diffstat (limited to 'app/client/system/system.reducer.js')
| -rw-r--r-- | app/client/system/system.reducer.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/client/system/system.reducer.js b/app/client/system/system.reducer.js index cc6fe6a..b648053 100644 --- a/app/client/system/system.reducer.js +++ b/app/client/system/system.reducer.js @@ -196,6 +196,7 @@ const systemReducer = (state = systemInitialState, action) => { } else { processor = null } + console.log('task finish', action) return { ...state, rpc: { |
