Add method ts::getkey

This commit is contained in:
df 2020-10-19 12:55:23 +00:00
parent 6ed1cd14ab
commit 6b3a0118d2
1 changed files with 3 additions and 1 deletions

View File

@ -864,7 +864,9 @@ ts method getkey {mode} {
if {[catch {
set ret [exec /mod/bin/stripts -q/ $key $rfile]
}]} continue
if {$ret eq "1"} return $key
if {$ret eq "1"} {
return $key
}
}
return
}