We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b1c1e8 commit 5488ed2Copy full SHA for 5488ed2
1 file changed
src/eca/features/completion.clj
@@ -74,7 +74,7 @@
74
(do
75
(logger/error logger-tag "Error when requesting completion: %s" (:exception error))
76
{:error {:type :warning
77
- :message (:message (.getMessage ^Exception (:exception error)))}})
+ :message (.getMessage ^Exception (:exception error))}})
78
79
(not output-text)
80
{:error {:type :info
0 commit comments