Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cli] do not crash when listing unaccessible directories
When the directory is not accessible, instead of crash like: ``` lua coroutine: runtime error: /opt/app-root/src/src/apicast/cli/filesystem.lua:50: attempt to call a nil value ``` Get a debug log like: ``` /usr/local/share/lua/5.1/lfs.lua:513: cannot open /usr/local/openresty/nginx/fastcgi_temp : Permission denied ```
- Loading branch information