unknown handler

This commit is contained in:
James Cherry 2020-03-07 17:06:35 -08:00
parent 3277f1b1d6
commit d615f62fe4
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ proc sta_unknown { args } {
"ambiguous command name \"$name\": [lsort $cmds]" "ambiguous command name \"$name\": [lsort $cmds]"
} }
} else { } else {
return [uplevel 1 [builtin_unknown $args]] return [uplevel 1 [concat builtin_unknown $args]]
} }
} }
} }