mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #3 from overleaf/ae-log-settings-files
Log the settings files that are used
This commit is contained in:
commit
18505a9aa5
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue