You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.
There is a check for $this->filesystem->listContents($path) returning false, but it seems that if a folder really doesn't exist, it returns [] instead?
The text was updated successfully, but these errors were encountered:
michielbdejong
changed the title
What happens with listFolder if the folder is not found?
ListFolder if the folder is not found should return a 404
Sep 28, 2021
There is a check for
$this->filesystem->listContents($path)
returning false, but it seems that if a folder really doesn't exist, it returns [] instead?The text was updated successfully, but these errors were encountered: