Small formatting tweak
This commit is contained in:
parent
68d04af1a9
commit
e318190a59
|
@ -532,7 +532,8 @@ int run_server(StringView session, StringView init_command,
|
||||||
catch (Kakoune::runtime_error& error)
|
catch (Kakoune::runtime_error& error)
|
||||||
{
|
{
|
||||||
startup_error = true;
|
startup_error = true;
|
||||||
write_to_debug_buffer(format("error while parsing kakrc:\n {}", error.what()));
|
write_to_debug_buffer(format("error while parsing kakrc:\n"
|
||||||
|
" {}", error.what()));
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
@ -555,8 +556,8 @@ int run_server(StringView session, StringView init_command,
|
||||||
catch (Kakoune::runtime_error& error)
|
catch (Kakoune::runtime_error& error)
|
||||||
{
|
{
|
||||||
startup_error = true;
|
startup_error = true;
|
||||||
write_to_debug_buffer(format("error while opening file '{}':\n {}",
|
write_to_debug_buffer(format("error while opening file '{}':\n"
|
||||||
file, error.what()));
|
" {}", file, error.what()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user