change style of meta.js

v1.18.x
Barış Soner Uşaklı 8 years ago
parent 769d2b00b1
commit edeb22fcdf

@ -8,7 +8,8 @@ var nconf = require('nconf');
var pubsub = require('./pubsub'); var pubsub = require('./pubsub');
var utils = require('./utils'); var utils = require('./utils');
(function (Meta) { var Meta = module.exports;
Meta.reloadRequired = false; Meta.reloadRequired = false;
require('./meta/configs')(Meta); require('./meta/configs')(Meta);
@ -75,4 +76,3 @@ var utils = require('./utils');
winston.error('[meta.restart] Could not restart, are you sure NodeBB was started with `./nodebb start`?'); winston.error('[meta.restart] Could not restart, are you sure NodeBB was started with `./nodebb start`?');
} }
} }
}(exports));

Loading…
Cancel
Save