mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
fixed bug with adding follbacks
This commit is contained in:
parent
8e08a28213
commit
9c2258aa06
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ exports.addFiles = function(pFileNames){
|
|||
var lCurrentName = pFileNames[i];
|
||||
if(typeof lCurrentName === 'object')
|
||||
for(var lName in lCurrentName){
|
||||
FallBack_s = lName + ' ' + lCurrentName[lName] + '\n';
|
||||
FallBack_s += lName + ' ' + lCurrentName[lName] + '\n';
|
||||
exports.watch(lCurrentName[lName]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue