mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
minor changes
This commit is contained in:
parent
96edafef2b
commit
dc38e5fb8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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){}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue