Better reporting for DB corruption errors

This commit is contained in:
Fedor Indutny 2021-10-21 13:13:33 -07:00 committed by GitHub
parent 092c2fd0d7
commit 1b1ed2cd05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 43 additions and 5 deletions

View file

@ -550,6 +550,8 @@ export type ServerInterface = DataInterface & {
// Server-only
getCorruptionLog: () => string;
initialize: (options: {
configDir: string;
key: string;