diff --git a/lib/server/appcache.js b/lib/server/appcache.js index 9c016276..320a61fb 100644 --- a/lib/server/appcache.js +++ b/lib/server/appcache.js @@ -32,7 +32,7 @@ exports.watch = function(pFileName){ console.log(pFileName + ' is watched'); if(!FileNames[pFileName] && - pFileName !== 'cloudcmd.appcache'){ + pFileName !== './cloudcmd.appcache'){ try{ fs_watch(pFileName, on_fs_watch(pFileName)); }catch(pError){}