mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 13:19:16 +00:00
Fix error message rendering in khoj.el, khoj obsidian chat
- Fix failed to index error message in khoj.el - Fix chat model not configured message in khoj obsidian chat
This commit is contained in:
@@ -432,7 +432,7 @@ Auto invokes setup steps on calling main entrypoint."
|
||||
(khoj--delete-open-network-connections-to-server)
|
||||
(with-current-buffer (current-buffer)
|
||||
(search-forward "\n\n" nil t)
|
||||
(message "khoj.el: Failed to %supdate %s content index. Status: %s%s"
|
||||
(message "khoj.el: Failed to %supdate %scontent index. Status: %s%s"
|
||||
(if force "force " "")
|
||||
(if content-type (format "%s " content-type) "all")
|
||||
(string-trim (format "%s %s" (nth 1 (nth 1 status)) (nth 2 (nth 1 status))))
|
||||
|
||||
Reference in New Issue
Block a user