mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 12:01:32 +02:00
Merge pull request #5322 from overleaf/em-disable-file-line-errors
Disable file line errors GitOrigin-RevId: b62b8f98c1cb48659e0320daec458443f7f40877
This commit is contained in:
@@ -283,7 +283,7 @@ App.controller(
|
||||
if (getMeta('ol-enablePdfCaching')) {
|
||||
params.enable_pdf_caching = true
|
||||
}
|
||||
if (!window.location.search.includes('file_line_errors=false')) {
|
||||
if (window.location.search.includes('file_line_errors=true')) {
|
||||
params.file_line_errors = 'true'
|
||||
}
|
||||
// if the previous run was a check, clear the error logs
|
||||
|
||||
Reference in New Issue
Block a user