Исправил ошибку если нет изменений
This commit is contained in:
parent
04e7dd2560
commit
54923d6bef
|
@ -35,7 +35,9 @@ namespace eval Git {
|
|||
foreach line [split $pipe "\n"] {
|
||||
lappend res $line
|
||||
}
|
||||
return $res
|
||||
if [info exists res] {
|
||||
return $res
|
||||
}
|
||||
}
|
||||
|
||||
proc Diff {f} {
|
||||
|
|
Loading…
Reference in New Issue
Block a user