Update Logger 4

This commit is contained in:
Rokojori 2026-07-17 21:12:31 +02:00
parent 7eff4020f9
commit 77088d4ac1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ export class RJLog
static readonly matcherWithFunction = /^\s+at\s(.+)\s\(.+?:(\d+:\d+)\)/; static readonly matcherWithFunction = /^\s+at\s(.+)\s\(.+?:(\d+:\d+)\)/;
static readonly matcherFile = /\(.+?\\(\w+)\.js:(\d+:\d+)\)/; static readonly matcherFile = /\(.+?\\(\w+)\.js:(\d+:\d+)\)/;
static readonly matcherAnonymous = /^\s+at\s(.+)\s\((.+)\)/; static readonly matcherAnonymous = /^\s+at\s(.+)\s\((.+)\)/;
static readonly functionMatcher = /^\s+at\s(.*?)(\w+\.(?:ts|js)):(\d+:\d+)$/; static readonly functionMatcher = /^\s+at\s(?:.*?)(\w+\.(?:ts|js)):(\d+:\d+)$/;
static readonly logAlwaysLineInfo = true; static readonly logAlwaysLineInfo = true;