mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
minor changes
This commit is contained in:
parent
d68f89838b
commit
1ec96af53e
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ setWatachFunctions();
|
|||
/* function add file or files to manifest */
|
||||
exports.addFiles = function(pFileNames_a){
|
||||
if(pFileNames_a instanceof Array)
|
||||
for(var i=0; i < pFileNames_a.Length; i++)
|
||||
for(var i=0; i < pFileNames_a.length; i++)
|
||||
exports.watch(pFileNames_a[i]);
|
||||
else
|
||||
exports.watch(pFileNames_a);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue