Puts everywhere brackets
This commit is contained in:
@@ -56,7 +56,9 @@ public class ChunkLogger implements ISubCommand
|
||||
for( StackTraceElement e : Thread.currentThread().getStackTrace() )
|
||||
{
|
||||
if( output )
|
||||
{
|
||||
AELog.info( " " + e.getClassName() + '.' + e.getMethodName() + " (" + e.getLineNumber() + ')' );
|
||||
}
|
||||
else
|
||||
{
|
||||
output = e.getClassName().contains( "EventBus" ) && e.getMethodName().contains( "post" );
|
||||
|
||||
Reference in New Issue
Block a user