Fix
This commit is contained in:
parent
0a1699f294
commit
335d088344
|
@ -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"] {
|
||||
|
|
Loading…
Reference in New Issue
Block a user