fix(cli): colorize uncolorized error message
This commit is contained in:
parent
2fb8038a44
commit
df12b94b2a
@ -233,7 +233,7 @@ int menu_rem_sasa(const char *arg) {
|
|||||||
fprintf(stderr, ERROR("Failed to remove sasa\n"));
|
fprintf(stderr, ERROR("Failed to remove sasa\n"));
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
fprintf(stderr, "Invalid ID\n");
|
fprintf(stderr, ERROR("Invalid ID\n"));
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user