mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-25 17:15:44 +00:00
Kernel: And some more KResult/KResultOr<T> porting work.
This commit is contained in:
@@ -352,7 +352,7 @@ const char* to_string(SocketRole role)
|
||||
}
|
||||
}
|
||||
|
||||
String FileDescriptor::absolute_path()
|
||||
KResultOr<String> FileDescriptor::absolute_path()
|
||||
{
|
||||
Stopwatch sw("absolute_path");
|
||||
if (is_tty())
|
||||
|
||||
Reference in New Issue
Block a user