Update Logger
This commit is contained in:
parent
08859255df
commit
a7419f9084
|
|
@ -91,7 +91,8 @@ export class RJLog
|
||||||
|
|
||||||
if ( ! result )
|
if ( ! result )
|
||||||
{
|
{
|
||||||
console.log( stackTrace );
|
console.log( "Could not parse stack trace:", stackTrace );
|
||||||
|
console.log( "StackTrack Lines:", lines );
|
||||||
return color + " <Unknown> " + RJLog.resetColor ;
|
return color + " <Unknown> " + RJLog.resetColor ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue