remove useless error messages when uv is set but no config file exists

This commit is contained in:
cuichengyi
2025-04-02 22:11:49 +08:00
parent b560bc02aa
commit 340928f2db
2 changed files with 19 additions and 15 deletions

View File

@@ -23,6 +23,7 @@
* | juzeon <skyjuzheng@gmail.com>
* | Jialin Lyu <jialinlvcn@aliyun.com>
* | GitHub Copilot <https://github.com/copilot>
* | ccy <icuichengyi@gmail.com>
* |
* Created On : <2023-08-28>
* Last Modified : <2025-03-25>
@@ -851,4 +852,4 @@ not_matched:
chsrc_error (msg);
return Exit_Unknown;
}
}
}