mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-02 01:12:32 +00:00
The glob "*/" should only expand to directories, and the directories should also have a trailing slash. This commit also replaces Shell::split_path with StringView::split_view since it accomplishes the same task.