mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
minor changes
This commit is contained in:
parent
5723d51929
commit
158b4084b5
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ setWatachFunctions();
|
|||
|
||||
|
||||
exports.createManifest = function(){
|
||||
var lAllNames = cloudRequire('hashes');
|
||||
var lAllNames = cloudRequire(process.cwd() + '/hashes');
|
||||
if(lAllNames)
|
||||
for(var lName in lAllNames)
|
||||
exports.watch(lName);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue