all repos — searchix @ ef50bbf934a3024fdb82c31f5dc38e017603a86f

Search engine for NixOS, nix-darwin, home-manager and NUR users

fix(import): don't remove index if there are errors now that we can update the index, this is no longer reasonable

Alan Pearce
commit

ef50bbf934a3024fdb82c31f5dc38e017603a86f

parent

6a462c1356a505770a7a142745d394f52c151269

1 file changed, 0 insertions(+), 1 deletion(-)

jump to
M import/main.goimport/main.go
@@ -120,7 +120,6 @@ slog.Error("error closing indexer", "error", err)
} if hadErrors { - os.RemoveAll(path.Join(cfg.DataPath, "index.bleve")) defer os.Exit(1) } }