mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 08:30:02 +03:00
Merge 16a63a1a17
into b228a885d9
This commit is contained in:
commit
f39402c4d7
|
@ -67,7 +67,7 @@ function computeNextEntry(reducer, action, state, error) {
|
|||
nextState = reducer(state, action);
|
||||
} catch (err) {
|
||||
nextError = err.toString();
|
||||
console.error(err.stack || err);
|
||||
setTimeout(() => { throw err; }, 0);
|
||||
}
|
||||
|
||||
return {
|
||||
|
|
Loading…
Reference in New Issue
Block a user