mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
added linux and windows versions of watch functions
This commit is contained in:
parent
f46cd4a1ff
commit
f1bf2d7598
4 changed files with 28 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue