Исправил ошибку если нет изменений
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user