fixed bug with forming error of loading dir

Was : "not found".
Now : "Error: EACCES, readdir '/root'"
This commit is contained in:
coderaiser 2012-08-03 14:37:57 +03:00
parent 17d7c5c799
commit f13af5b779

View file

@ -24,6 +24,10 @@ CodeMirror opens json data of folder.
* Fixed bug with response when we have no rihgts read dir
server sends 404 response for now, not 200 ok.
* Fixed bug with forming error of loading dir.
Was : "not found".
Now : "Error: EACCES, readdir '/root'"
2012.07.27, Version 0.1.4