Update Logger

This commit is contained in:
Rokojori 2026-07-17 21:01:56 +02:00
parent 08859255df
commit a7419f9084
1 changed files with 2 additions and 1 deletions

View File

@ -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 ;
} }