diff --git a/lib/command_executor.rb b/lib/command_executor.rb index 135cd54..9cb8c75 100644 --- a/lib/command_executor.rb +++ b/lib/command_executor.rb @@ -61,6 +61,7 @@ def log_command_result(result) logger.error "Error during command execution: #{result['message']}" else logger.info "Command executed successfully. #{result}" + puts(result.fetch('response', '')) end end end