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