Незначительные изменения
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
Sergey Kalinin
2025-11-10 13:00:43 +03:00
parent 264368c61f
commit ef87b88156
4 changed files with 143 additions and 20 deletions

View File

@@ -23,7 +23,7 @@ namespace eval Git {
}
if {[catch {exec {*}$cmd} git_path]} {
puts "Git не найден в системе"
set cfgVariables(gitCommand) "Git not found"
set cfgVariables(gitCommand) ""
return
}
set git_path [string trim $git_path]