mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Everywhere: Convert from_string_view -> from_string_literal where static
This commit is contained in:
committed by
Sam Atkins
parent
37e0f7b381
commit
229b64a4b7
@@ -299,7 +299,7 @@ ErrorOr<bool> Process::is_being_debugged()
|
||||
# endif
|
||||
#endif
|
||||
// FIXME: Implement this for more platforms.
|
||||
return Error::from_string_view("Platform does not support checking for debugger"sv);
|
||||
return Error::from_string_literal("Platform does not support checking for debugger");
|
||||
}
|
||||
|
||||
// Forces the process to sleep until a debugger is attached, then breaks.
|
||||
|
||||
Reference in New Issue
Block a user