From ef50bbf934a3024fdb82c31f5dc38e017603a86f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 12 May 2024 14:37:27 +0200 Subject: fix(import): don't remove index if there are errors now that we can update the index, this is no longer reasonable --- import/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/import/main.go b/import/main.go index 0bff7ab..d9c3bf5 100644 --- a/import/main.go +++ b/import/main.go @@ -120,7 +120,6 @@ func main() { } if hadErrors { - os.RemoveAll(path.Join(cfg.DataPath, "index.bleve")) defer os.Exit(1) } } -- cgit 1.4.1