Commit e234b9f7 by Иван Кубота

.keep file

parent 741439b9
......@@ -15,7 +15,7 @@ for( var i = 0; i < entries.length; i++ ){
var fullPath = getPath(entry);
var stat = fs.statSync( fullPath );
if( stat.isFile() ){
if( stat.isFile() && entry.charAt(0) !== '.' ){
try{
var result = JSON.parse( fs.readFileSync( fullPath ) );
chatDataStorage[entry] = result
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment