add 'available' node for reloadable Nasal modules
This commit is contained in:
parent
ce848ff916
commit
a1664a4759
1 changed files with 1 additions and 0 deletions
|
@ -327,6 +327,7 @@ var _findModules = func() {
|
|||
_modules_available = {};
|
||||
foreach (var name; module_dirs) {
|
||||
_modules_available[name] = 1;
|
||||
MODULES_NODE.getNode(name~"/available",1).setBoolValue(1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue