diff --git a/lib/log4js.js b/lib/log4js.js index e8b94ac..6e31058 100644 --- a/lib/log4js.js +++ b/lib/log4js.js @@ -224,10 +224,6 @@ function configureOnceOff(config, options) { function reloadConfiguration() { var filename = configState.filename, mtime; - if (!filename) { - // can't find anything to reload - return; - } try { mtime = fs.statSync(filename).mtime; } catch (e) {