From c3f1129fe9153a0addc0935db35459fa073c1d82 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Thu, 26 Jan 2017 14:22:52 +0300 Subject: [PATCH] eslint --- loader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loader.js b/loader.js index fa8945e48c..592a15c490 100644 --- a/loader.js +++ b/loader.js @@ -156,7 +156,7 @@ Loader.restart = function () { nconf.remove('file'); nconf.use('file', { file: pathToConfig }); - fs.readFile(pathToConfig, {encoding: 'utf-8'}, function(err, configFile) { + fs.readFile(pathToConfig, {encoding: 'utf-8'}, function (err, configFile) { if (err) { console.log('Error reading config : ' + err.message); process.exit();