From 77088d4ac1bf4ed2fab9654917afbe30f83b7620 Mon Sep 17 00:00:00 2001 From: Rokojori Date: Fri, 17 Jul 2026 21:12:31 +0200 Subject: [PATCH] Update Logger 4 --- source/server/debug/RJLog.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;