master
svkalinin 2022-10-21 14:14:27 +03:00
parent 0a1699f294
commit 335d088344
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ namespace eval Git {
catch $cmd pipe
puts $cmd
puts $pipe
if [regexp -nocase -- {^fatal:} $pipe match] {
if [regexp -nocase -- {^error:} $pipe match] {
return
}
foreach line [split $pipe "\n"] {