Update Logger 2

This commit is contained in:
Rokojori 2026-07-17 21:05:58 +02:00
parent a7419f9084
commit f493783a53
1 changed files with 1 additions and 1 deletions

View File

@ -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 + "" );