fix indents

This commit is contained in:
barisusakli
2016-03-24 16:50:00 +02:00
parent 0f959c341b
commit 78f4cbc9e4

View File

@@ -146,8 +146,8 @@ module.exports = function(app, middleware) {
function handle404(app, middleware) {
var relativePath = nconf.get('relative_path');
var isLanguage = new RegExp('^' + relativePath + '/language/.*/.*.json'),
isClientScript = new RegExp('^' + relativePath + '\\/src\\/.+\\.js');
var isLanguage = new RegExp('^' + relativePath + '/language/.*/.*.json');
var isClientScript = new RegExp('^' + relativePath + '\\/src\\/.+\\.js');
app.use(function(req, res) {
if (plugins.hasListeners('action:meta.override404')) {