From 160e350b826c678cd02284de451f6bf3f8a6f74c Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 21 Dec 2021 01:54:04 +0100 Subject: [PATCH] fix(core): update --- ts/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/index.ts b/ts/index.ts index f9c21ce..329400d 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -30,6 +30,6 @@ export class SmartMongo { } public async stop() { - this.mongod.stop(); + await this.mongod.stop(true); } } \ No newline at end of file