fix(core): update

This commit is contained in:
Philipp Kunz 2021-12-21 01:54:04 +01:00
parent 457de52134
commit 160e350b82

View File

@ -30,6 +30,6 @@ export class SmartMongo {
}
public async stop() {
this.mongod.stop();
await this.mongod.stop(true);
}
}