all procs should load the js from file

v1.18.x
barisusakli 8 years ago
parent c987b8474e
commit 259d49e392

@ -228,10 +228,6 @@ module.exports = function (Meta) {
return;
}
if (nconf.get('isPrimary') !== 'true') {
return callback();
}
file.exists(mapPath, function (exists) {
if (exists) {
paths.push(mapPath);

Loading…
Cancel
Save