mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-08 05:47:07 +09:00
GO-5099: fix tests
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
This commit is contained in:
parent
b628058ac9
commit
e44df7168c
1 changed files with 2 additions and 1 deletions
|
@ -307,7 +307,8 @@ func getTableSizes(mw *core.Middleware) (tables map[string]uint64) {
|
|||
cfg := mw.GetApp().MustComponent(config.CName).(*config.Config)
|
||||
sqliteDBs, err := findSQLiteFiles(cfg.GetNewSpaceStorePath())
|
||||
if err != nil {
|
||||
log.Fatalf("sqlite find error: %v", err)
|
||||
fmt.Printf("sqlite find error: %v\n", err)
|
||||
return
|
||||
}
|
||||
|
||||
for _, dbPath := range sqliteDBs {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue