diff --git a/lib/server/appcache.js b/lib/server/appcache.js index c7738d83..a0a24901 100644 --- a/lib/server/appcache.js +++ b/lib/server/appcache.js @@ -78,11 +78,11 @@ }; exports.watch = function(pFileName) { - Util.log(pFileName + ' is watched'); - if (!FileNames[pFileName] && pFileName !== './cloudcmd.appcache') { - + + Util.log(pFileName + ' is watched'); + /* adding try...catch * if watched files would be more then system limit */