This commit is contained in:
barisusakli
2016-08-16 20:11:03 +03:00
parent f77d9053ad
commit 204dd2a69f

View File

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