diff --git a/pootle/static/js/editor/app.js b/pootle/static/js/editor/app.js index ccd685e59bd..d7c6783704a 100644 --- a/pootle/static/js/editor/app.js +++ b/pootle/static/js/editor/app.js @@ -2223,6 +2223,7 @@ PTL.editor = { fetch({ url: tmUrl, crossDomain: true }) .then( (data) => this.handleTmResults(data, store, unit), + // eslint-disable-next-line no-console (xhr, s) => console.error(`HTTP ${xhr.status} (${s}): ${tmUrl}`) ); },