Merge pull request #5322 from overleaf/em-disable-file-line-errors

Disable file line errors

GitOrigin-RevId: b62b8f98c1cb48659e0320daec458443f7f40877
This commit is contained in:
Eric Mc Sween
2021-09-30 15:56:31 -04:00
committed by Copybot
parent ce6ee48578
commit 3af56ccf16

View File

@@ -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