Authored by 陈峰

commit

... ... @@ -68,7 +68,7 @@ module.exports = (req, res, next) => {
},
fields: Object.assign({
message: item.msg,
stack: item.st.replace(/"/g, '')
stack: item.st ? item.st.replace(/"/g, '') : ''
}, fields)
}));
});
... ...