fs: Prevent invalid directory links
A file with a name like "gemini:example" would previously result in the following invalid link: => gemini:example gemini:example Fix by prepending a "./" before each filename, so that the resulting link looks like: => ./gemini:example gemini:example
This commit is contained in:
parent
8c0af18617
commit
b0f27c6f74
Loading…
Reference in New Issue
Block a user