mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 06:29:25 +08: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();
|
||||
}
|
||||
|
||||
if (this.lockManager) {
|
||||
await this.lockManager.close();
|
||||
}
|
||||
|
||||
this.closeLogger();
|
||||
|
||||
const oldDb = this.db;
|
||||
|
Loading…
x
Reference in New Issue
Block a user