Merge pull request #5205 from overleaf/bg-roll-out-file-line-errors-beta

[web] roll out file line errors to beta users

GitOrigin-RevId: 7a404295532cfd0c3b0b28af424d0e9c7b8cae0d
This commit is contained in:
Brian Gough
2021-09-27 09:45:37 +01:00
committed by Copybot
parent 5a68c5d46e
commit cf11df6d79

View File

@@ -285,6 +285,7 @@ App.controller(
}
if (
window.user.alphaProgram ||
window.user.betaProgram ||
window.location.search.includes('file_line_errors=true')
) {
params.file_line_errors = 'true'