diff --git a/source/server/debug/RJLog.ts b/source/server/debug/RJLog.ts index dbe25ce..bef1ded 100644 --- a/source/server/debug/RJLog.ts +++ b/source/server/debug/RJLog.ts @@ -11,7 +11,7 @@ export class RJLog static readonly matcherWithFunction = /^\s+at\s(.+)\s\(.+?:(\d+:\d+)\)/; static readonly matcherFile = /\(.+?\\(\w+)\.js:(\d+:\d+)\)/; 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;