From f493783a532d97a4e4cd7b5bfc21f14db18f4605 Mon Sep 17 00:00:00 2001 From: Rokojori Date: Fri, 17 Jul 2026 21:05:58 +0200 Subject: [PATCH] Update Logger 2 --- 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 24ee050..207bf38 100644 --- a/source/server/debug/RJLog.ts +++ b/source/server/debug/RJLog.ts @@ -71,7 +71,7 @@ export class RJLog return output.join( "" ); } - static getLineInfo( color:string = RJLog.logColor, stackTrace?:string, lineIndex:number = 3 ) + static getLineInfo( color:string = RJLog.logColor, stackTrace?:string, lineIndex:number = 2 ) { stackTrace = stackTrace || ( new Error().stack + "" );