Skip to content

Commit 07da1ee

Browse files
author
Volodymyr Oliinyk
committed
Update ansi_parser.dart
1 parent 53ad020 commit 07da1ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/utils/ansi_parser.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ class AnsiParser {
112112
case 199:
113113
return dark ? Colors.pink[300] : Colors.pink[700];
114114
}
115+
return null;
115116
}
116117

117118
TextSpan createSpan(String text) {

0 commit comments

Comments
 (0)