aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/index/index.go
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2025-06-30 17:18:45 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2025-06-30 18:54:51 -0400
commita4d86693394ba9b181b5928c1c6e8c31c9bb2b64 (patch)
tree8088d8d7c8c835b3e4c3590f1e3875d8e732d8cb /pkg/index/index.go
parent3168673bc2b57909213287a99b6151b4f1e0c439 (diff)
Implement compiled query execution
Diffstat (limited to 'pkg/index/index.go')
-rw-r--r--pkg/index/index.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/index/index.go b/pkg/index/index.go
index a35b670..d49636f 100644
--- a/pkg/index/index.go
+++ b/pkg/index/index.go
@@ -366,7 +366,6 @@ func ParseDocs(paths []string, numWorkers uint, opts ParseOpts) map[string]*Docu
for path := range jobs {
doc, err := ParseDoc(path, opts)
if err != nil {
- // TODO: propagate error
slog.Error("Error occured while parsing file",
slog.String("path", path), slog.String("err", err.Error()),
)