mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03:00
4a57be824c
This converts the return value of File::read_link() from String to ErrorOr<String>. The rest of the change is to support the potential of an Error being returned and subsequent release of the value when no Error is returned. Unfortunately at this stage none of the places affected can utililize our TRY() macro. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Dynlib.cpp | ||
test-elf.cpp | ||
TestDlOpen.cpp |