Quiet and noisy at your disposal

This commit is contained in:
Aoran Zeng
2024-09-03 20:03:45 +08:00
parent 31b4658477
commit 6831cfaede
4 changed files with 70 additions and 28 deletions

View File

@@ -35,7 +35,7 @@ void
pl_go_check_cmd ()
{
char *check_cmd = xy_str_to_quietcmd ("go version");
bool exist = query_program_exist (check_cmd, "go");
bool exist = query_program_exist (check_cmd, "go", Noisy_When_Exist|Noisy_When_NonExist);
if (!exist)
{