mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Log the settings files that are used
This commit is contained in:
parent
6d33d383d0
commit
c16fb06ecd
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ else
|
||||||
|
|
||||||
for file in possibleConfigFiles
|
for file in possibleConfigFiles
|
||||||
if fs.existsSync(file)
|
if fs.existsSync(file)
|
||||||
|
console.log "Using settings from " + file
|
||||||
module.exports = merge(require(file), defaults)
|
module.exports = merge(require(file), defaults)
|
||||||
settingsExist = true
|
settingsExist = true
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in a new issue