mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02:00
Merge pull request #5206 from overleaf/bg-roll-out-file-line-errors-all
roll out file line errors all users GitOrigin-RevId: a7335217e20f9532521a094793f0d7d377cc8f8c
This commit is contained in:
@@ -283,11 +283,7 @@ App.controller(
|
||||
if (getMeta('ol-enablePdfCaching')) {
|
||||
params.enable_pdf_caching = true
|
||||
}
|
||||
if (
|
||||
window.user.alphaProgram ||
|
||||
window.user.betaProgram ||
|
||||
window.location.search.includes('file_line_errors=true')
|
||||
) {
|
||||
if (!window.location.search.includes('file_line_errors=false')) {
|
||||
params.file_line_errors = 'true'
|
||||
}
|
||||
// if the previous run was a check, clear the error logs
|
||||
|
||||
Reference in New Issue
Block a user