added linux and windows versions of watch functions

This commit is contained in:
coderaiser 2012-09-11 08:59:34 -04:00
parent f46cd4a1ff
commit f1bf2d7598
4 changed files with 28 additions and 8 deletions

View file

@ -338,7 +338,7 @@ CloudServer._controller = function(pReq, pRes)
console.log('reading '+lName);
/* watching is file changed */
CloudServer.AppCache.watch(lName);
//CloudServer.AppCache.watch(lName);
/* сохраняем указатель на response и имя */
CloudServer.Responses[lName] = pRes;