mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
LibCore: Remove ErrorOr return type from read_long_version_string
Nothing in this function is fallible.
This commit is contained in:
Notes:
github-actions[bot]
2025-02-13 13:28:03 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/9a4bb958acb Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3557
@@ -384,7 +384,7 @@ void ArgsParser::print_version(FILE* file)
|
||||
{
|
||||
// FIXME: Allow applications to override version string for --version.
|
||||
// Especially useful for Lagom applications
|
||||
outln(file, Core::Version::read_long_version_string().release_value_but_fixme_should_propagate_errors());
|
||||
outln(file, Core::Version::read_long_version_string());
|
||||
}
|
||||
|
||||
void ArgsParser::add_option(Option&& option)
|
||||
|
||||
Reference in New Issue
Block a user