mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
refactor(appcache) watch
This commit is contained in:
parent
1df8f01758
commit
c7a6c2b12b
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue