Heavy checkmark
This commit is contained in:
parent
427f81ee49
commit
0e63ee9e77
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import 'package:io/ansi.dart';
|
|||
import 'package:pubspec_parse/pubspec_parse.dart';
|
||||
//import 'package:yamlicious/yamlicious.dart';
|
||||
|
||||
final String checkmark = ansiOutputEnabled ? '\u2713' : '[Success]';
|
||||
final String checkmark = ansiOutputEnabled ? '\u2714' : '[Success]';
|
||||
|
||||
final String ballot = ansiOutputEnabled ? '\u2717' : '[Failure]';
|
||||
|
||||
|
|
Loading…
Reference in a new issue