mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Update Settings.coffee
Co-authored-by: nate stemen <nate.stemen@overleaf.com>
This commit is contained in:
parent
cf1a5bf0f7
commit
be098ee993
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ else
|
|||
for file in possibleConfigFiles
|
||||
if fs.existsSync(file)
|
||||
if file.endsWith('.coffee')
|
||||
console.warn "CoffeeScript settings file #{file}.coffee is deprecated, please convert to JavaScript"
|
||||
console.warn "CoffeeScript settings file #{file} is deprecated, please convert to JavaScript"
|
||||
console.log "Using settings from " + file
|
||||
module.exports = merge(require(file), defaults)
|
||||
settingsExist = true
|
||||
|
|
Loading…
Reference in a new issue