Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kingcrimsontianyu committed Jan 21, 2025
1 parent dacde41 commit c344879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/shim/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ bool run_udev_readable() noexcept
{
try {
return std::filesystem::is_directory("/run/udev");
} catch (const std::filesystem::filesystem_error&) {
} catch (...) {
return false;
}
}
Expand Down

0 comments on commit c344879

Please sign in to comment.