Log the settings files that are used

This commit is contained in:
Alf Eaton 2021-03-11 11:07:32 +00:00 committed by GitHub
parent 6d33d383d0
commit c16fb06ecd

View file

@ -31,6 +31,7 @@ else
for file in possibleConfigFiles
if fs.existsSync(file)
console.log "Using settings from " + file
module.exports = merge(require(file), defaults)
settingsExist = true
break