v1.18.x
barisusakli 9 years ago
parent f77d9053ad
commit 204dd2a69f

@ -207,7 +207,8 @@ function getPorts() {
Loader.restart = function() { Loader.restart = function() {
killWorkers(); killWorkers();
nconf.remove('file');
nconf.use('file', { file: path.join(__dirname, '/config.json') });
Loader.start(); Loader.start();
}; };

Loading…
Cancel
Save