Error: history.tcl, 330 invoked "return" outside of a proc

This commit is contained in:
James Cherry 2020-01-27 16:02:16 -07:00
parent 2fe22364a6
commit 166f2234c8
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 [builtin_unknown $args]]
} }
} }
} }