Fix history database URI on windows

This commit is contained in:
Daniel
2023-07-28 16:48:26 +02:00
parent b882b910ca
commit 2452a92b8b
2 changed files with 8 additions and 5 deletions

View File

@@ -64,6 +64,7 @@ func (m *module) prepare() error {
Internal: true,
})
// TODO: Open database in start() phase.
m.Store, err = NewInMemory()
if err != nil {
return fmt.Errorf("failed to create in-memory database: %w", err)