This commit is contained in:
Mihail Diordiev 2015-12-14 05:15:57 +00:00
commit f39402c4d7

View File

@ -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 {