From f13af5b779834eef972bc8630f838481b9f89b87 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 3 Aug 2012 14:37:57 +0300 Subject: [PATCH] fixed bug with forming error of loading dir Was : "not found". Now : "Error: EACCES, readdir '/root'" --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index fb9f8a82..d3002cf0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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