mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 10:36:11 +00:00
fix: lockManager.close
This commit is contained in:
parent
387e16f3bf
commit
dcb22c8ce3
@ -533,6 +533,10 @@ export class Application<StateT = DefaultState, ContextT = DefaultContext> exten
|
|||||||
await this.telemetry.shutdown();
|
await this.telemetry.shutdown();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (this.lockManager) {
|
||||||
|
await this.lockManager.close();
|
||||||
|
}
|
||||||
|
|
||||||
this.closeLogger();
|
this.closeLogger();
|
||||||
|
|
||||||
const oldDb = this.db;
|
const oldDb = this.db;
|
||||||
|
Loading…
Reference in New Issue
Block a user