Compare commits

..

No commits in common. "master" and "v0.0.4" have entirely different histories.

View File

@ -97,7 +97,7 @@ func main() {
if err == nil {
// Add the index store to the combined store for the repo
cs.Add(s)
} else {
} else if err != nil {
log.Error("Error opening database", slog.Any("error", err))
os.Exit(1)
}