core-components: remove dead code in LogViewer
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> chore: updating new yarn.lock changes Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -71,11 +71,6 @@ export interface ChunkModifiers {
|
||||
underline?: boolean;
|
||||
}
|
||||
|
||||
// export interface AnsiLine {
|
||||
// lineNumber: number;
|
||||
// chunks: AnsiChunk[];
|
||||
// }
|
||||
|
||||
export interface AnsiChunk {
|
||||
text: string;
|
||||
modifiers: ChunkModifiers;
|
||||
|
||||
Reference in New Issue
Block a user