There was an error while loading. Please reload this page.
1 parent 2e2e587 commit 2318bc3Copy full SHA for 2318bc3
frontend/src/components/CodeViewer.js
@@ -132,6 +132,7 @@ class CodeViewer extends Component {
132
.catch(err => {
133
// we don't have UI for this error and actually it's not very important
134
// user can select language manualy
135
+ // eslint-disable-next-line no-console
136
console.error(`can't detect language: ${err}`);
137
})
138
.then(() => this.setState({ loading: false }));
0 commit comments