зеркало из https://github.com/mozilla/CSOL-site.git
Passing through error code
This commit is contained in:
Родитель
9e7281d3e9
Коммит
e9aa537530
|
@ -166,7 +166,7 @@ module.exports = function (app) {
|
|||
var data = req.remote.data;
|
||||
|
||||
if (err)
|
||||
return next(data.message);
|
||||
return next({status: err, message: data.message});
|
||||
|
||||
res.render('badges/list.html', {
|
||||
filters: getFilters(),
|
||||
|
|
Загрузка…
Ссылка в новой задаче