Skip to content

Commit 5488ed2

Browse files
committed
Fix completion exception
1 parent 3b1c1e8 commit 5488ed2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/eca/features/completion.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
(do
7575
(logger/error logger-tag "Error when requesting completion: %s" (:exception error))
7676
{:error {:type :warning
77-
:message (:message (.getMessage ^Exception (:exception error)))}})
77+
:message (.getMessage ^Exception (:exception error))}})
7878

7979
(not output-text)
8080
{:error {:type :info

0 commit comments

Comments
 (0)