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 3ffd0c0 commit 95f7a5aCopy full SHA for 95f7a5a
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