fix(logger): Preserve logbox width after logBoxEnd so that subsequent logBoxLine calls continue using the set width.
This commit is contained in:
@@ -112,9 +112,6 @@ export class Logger {
|
||||
|
||||
// Create the bottom border: └────────┘
|
||||
console.log(`└${'─'.repeat(boxWidth - 2)}┘`);
|
||||
|
||||
// Reset the current box width
|
||||
this.currentBoxWidth = null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user