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