From dc38e5fb8d67b7a75958b16d2138925b07c7ba43 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 14 Sep 2012 07:56:02 -0400 Subject: [PATCH] minor changes --- lib/server/appcache.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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){}