mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
changed the way file name passes
This commit is contained in:
parent
78fea25494
commit
b6bc92fa05
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ setWatachFunctions();
|
|||
|
||||
|
||||
exports.createManifest = function(){
|
||||
var lAllNames = cloudRequire('hashes.json');
|
||||
var lAllNames = cloudRequire(process.cwd() + 'hashes.json');
|
||||
if(lAllNames)
|
||||
for(var lName in lAllNames)
|
||||
exports.watch(lName);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue