mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Documentation: Make updates to align better with new issue template
This commit is contained in:
committed by
Andreas Kling
parent
8d52c72b3a
commit
51912bf0da
@@ -497,7 +497,7 @@ void ViewImplementation::handle_resize()
|
||||
void ViewImplementation::handle_web_content_process_crash()
|
||||
{
|
||||
dbgln("WebContent process crashed!");
|
||||
dbgln("Consider raising an issue at https://github.com/LadybirdBrowser/ladybird/issues");
|
||||
dbgln("Consider raising an issue at https://github.com/LadybirdBrowser/ladybird/issues/new/choose");
|
||||
|
||||
++m_crash_count;
|
||||
constexpr size_t max_reasonable_crash_count = 5U;
|
||||
|
||||
Reference in New Issue
Block a user