mirror of
https://github.com/RGBCube/serenity
synced 2025-07-23 16:47:41 +00:00
![]() When a file cannot be accessed, we currently send errno as the error code. However, there are system calls which occur (by way of dbgln) between the failed file access and accessing errno. This prevents the client-side detection of ENOENT from working. Instead, send over the error we already have stored in the ErrorOr object. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ConnectionFromClient.cpp | ||
ConnectionFromClient.h | ||
FileSystemAccessClient.ipc | ||
FileSystemAccessServer.ipc | ||
main.cpp |