diff --git a/src/database.ts b/src/database.ts index 9a955da..bbd8c55 100644 --- a/src/database.ts +++ b/src/database.ts @@ -101,6 +101,8 @@ export class JSONDB { if (options?.indentSpace && typeof options.indentSpace === "number") { this.dbOptions.indentSpace = options.indentSpace; } + + resolve("connected"); }); }