diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/helper/startup.tcl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/helper/startup.tcl b/src/helper/startup.tcl index 4c71a9a0..2e2982cc 100644 --- a/src/helper/startup.tcl +++ b/src/helper/startup.tcl @@ -22,7 +22,8 @@ proc ocd_bouncer {name args} { if {[catch {eval $cmd $args}] == 0} { return "" } else { - set errmsg "Command handler execution failed" + # 'classic' commands output error message as part of progress output + set errmsg "" } } else {if {$type == "group"} { catch {eval ocd_usage $name $args} |