fix(cli): colorize uncolorized error message

This commit is contained in:
Masahiko AMANO 2022-12-30 15:05:04 +03:00
parent 2fb8038a44
commit df12b94b2a

View File

@ -233,7 +233,7 @@ int menu_rem_sasa(const char *arg) {
fprintf(stderr, ERROR("Failed to remove sasa\n"));
return 1;
}
fprintf(stderr, "Invalid ID\n");
fprintf(stderr, ERROR("Invalid ID\n"));
return 1;
}