Fix scoped App.deleteModules()
If the scope had no submodules, the method would delete all modules.
This commit is contained in:
committed by
GitHub
parent
e42c97c676
commit
6d779b55c5
@@ -60,6 +60,8 @@ class App {
|
||||
|
||||
if (moduleIds.length > 0) {
|
||||
destroyAll = false;
|
||||
} else {
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user