MM-22372: fix unhandled exception when exporting to CSV. (#13864)
* MM-23272: fix unhandled exception * MM-22372: removed extra log command * MM-22372: fix merge conflict
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
fdb339fbd7
Коммит
2ec03766a2
@@ -153,7 +153,7 @@ func buildExportCmdF(format string) func(command *cobra.Command, args []string)
|
||||
}
|
||||
|
||||
if a.MessageExport() == nil {
|
||||
CommandPrettyPrintln("MessageExport feature not available")
|
||||
return errors.New("message export feature not available")
|
||||
}
|
||||
|
||||
err2 := a.MessageExport().RunExport(format, startTime)
|
||||
|
||||
Ссылка в новой задаче
Block a user