removing ~lost space

This commit is contained in:
Simon Martín 2017-11-27 16:52:19 +01:00
parent 4a2950796b
commit e041b5b8a9

View File

@ -20,7 +20,7 @@ module.exports = function errorMiddleware (/* options */) {
if (err.message === 'Tile does not exist' && res.locals.format === 'mvt') {
statusCode = 204;
}
debug('[%s ERROR] -- %d: %s, %s', label, statusCode, err, err.stack);
// If a callback was requested, force status to 200