mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Update Settings.coffee
Co-authored-by: nate stemen <nate.stemen@overleaf.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user