mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
minor changes
This commit is contained in:
parent
d98cb73f69
commit
79f2f34a79
5 changed files with 63 additions and 21 deletions
|
|
@ -50,7 +50,7 @@
|
|||
FallBack_s += lName + ' ' + lCurrentName[lName] + '\n';
|
||||
exports.watch(lCurrentName[lName]);
|
||||
}
|
||||
|
||||
|
||||
else exports.watch(pFileNames[i]);
|
||||
}
|
||||
else exports.watch(pFileNames);
|
||||
|
|
@ -90,7 +90,7 @@
|
|||
if(fs.exists)
|
||||
fs.exists(pFileName, lWatch_f);
|
||||
else lWatch_f();
|
||||
|
||||
|
||||
NamesList_s += pFileName + '\n';
|
||||
FileNames[pFileName] = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue