mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibMain: Print serenity_main() errors to the debug log
And let's make them red too, to help us notice them. :^)
This commit is contained in:
@@ -25,6 +25,7 @@ int main(int argc, char** argv)
|
||||
if (result.is_error()) {
|
||||
auto error = result.release_error();
|
||||
warnln("Runtime error: {}", error);
|
||||
dbgln("\033[31;1mExiting with runtime error\033[0m: {}", error);
|
||||
return 1;
|
||||
}
|
||||
return result.value();
|
||||
|
||||
Reference in New Issue
Block a user