Update Logger 2
This commit is contained in:
parent
a7419f9084
commit
f493783a53
|
|
@ -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 + "" );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue