fix(client): use ❌ instead of ✗ for errors
This commit is contained in:
parent
3aa78756a5
commit
23bbb5b603
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ macro_rules! log_ok {
|
|||
|
||||
macro_rules! log_err {
|
||||
($($arg:tt)*) => {
|
||||
println!(" {}\t{}", "✗".red().bold(), format!($($arg)*));
|
||||
println!(" {}\t{}", "❌", format!($($arg)*));
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue