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.
getCodeLocation
1 parent 46f9eaf commit 801333dCopy full SHA for 801333d
packages/logger/src/formatter/LogFormatter.ts
@@ -162,7 +162,7 @@ abstract class LogFormatter {
162
}
163
164
const stackLines = stack.split('\n');
165
- const regex = /\(([^)]*?):(\d+?):(\d+?)\)\\?$/;
+ const regex = /\(([^()]*?):(\d+?):(\d+?)\)\\?$/;
166
167
for (const item of stackLines) {
168
const match = regex.exec(item);
0 commit comments