We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac2643 commit 27e4be3Copy full SHA for 27e4be3
netstack.js
@@ -159,21 +159,6 @@
159
// look for the language(s) in the stack trace
160
lang = this.detectLanguagesInOrder(lines, languagesRegex);
161
162
- // if (this.settings.multilanguage) {
163
- // lang = this.detectLanguagesInOrder(lines, languagesRegex);
164
- // } else {
165
- // for (var i = 0; i < lines.length; ++i) {
166
- // if (lang === '') {
167
- // for (var key in languagesRegex) {
168
- // if (languagesRegex[key].test(lines[i])) {
169
- // lang = key;
170
- // break;
171
- // }
172
173
174
175
176
-
177
if (lang === '') return;
178
179
// if multiline option is true, check if the language is the same for all lines
0 commit comments