Correction gestion des logs
This commit is contained in:
@ -8,7 +8,6 @@ module.exports = function loggerMiddleware(store) {
|
||||
next(action);
|
||||
if(action.error) {
|
||||
logger.error(action.type, action.error);
|
||||
return app.quit(1);
|
||||
}
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user