access management and telemetrics #12
This commit is contained in:
@@ -72,6 +72,15 @@ class App{
|
||||
if(p.start) await p.start(this);
|
||||
}
|
||||
}
|
||||
|
||||
async stop(){
|
||||
for (let p of this.plugins){
|
||||
if(p.stop) {
|
||||
console.debug('Stopping', p.name)
|
||||
await p.stop(this);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user