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