mu-server: cosmetic
This commit is contained in:
@ -452,8 +452,7 @@ Server::Private::invoke(const std::string& expr) noexcept
|
|||||||
throw res.error();
|
throw res.error();
|
||||||
|
|
||||||
} catch (const Mu::Error& me) {
|
} catch (const Mu::Error& me) {
|
||||||
output_sexp(make_error(me.code(), mu_format("{}",
|
output_sexp(make_error(me.code(), mu_format("{}", me.what())));
|
||||||
me.what())));
|
|
||||||
keep_going_ = true;
|
keep_going_ = true;
|
||||||
} catch (const Xapian::Error& xerr) {
|
} catch (const Xapian::Error& xerr) {
|
||||||
output_sexp(make_error(Error::Code::Internal,
|
output_sexp(make_error(Error::Code::Internal,
|
||||||
|
|||||||
Reference in New Issue
Block a user