mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
fixed bug with cloudcmd.appcache, wich name occures in Aplication Cache
This commit is contained in:
parent
02022e5ea8
commit
96edafef2b
1 changed files with 2 additions and 1 deletions
|
|
@ -31,7 +31,8 @@ exports.createManifest = function(){
|
|||
exports.watch = function(pFileName){
|
||||
console.log(pFileName + ' is watched');
|
||||
|
||||
if(!FileNames[pFileName]){
|
||||
if(!FileNames[pFileName] &&
|
||||
pFileName !== 'cloudcmd.appcache'){
|
||||
try{
|
||||
fs_watch(pFileName, on_fs_watch(pFileName));
|
||||
}catch(pError){}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue