mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #5322 from overleaf/em-disable-file-line-errors
Disable file line errors GitOrigin-RevId: b62b8f98c1cb48659e0320daec458443f7f40877
This commit is contained in:
parent
4d2b6563d8
commit
060fa5cfe2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue