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 a6f2a24 commit ef56977Copy full SHA for ef56977
server.lisp
@@ -179,8 +179,8 @@
179
(jsown:val msg "id")
180
(jsown:to-json (config-to-obj config))))
181
((equal (jsown:val msg "method") "inga/updateConfig")
182
- (when (jsown:val (jsown:val msg "params") "servers")
183
- (setf config (obj-to-config (jsown:val (jsown:val msg "params") "servers")))
+ (when (jsown:val msg "params")
+ (setf config (obj-to-config (jsown:val msg "params")))
184
(setf inga/analyzer/base::*config* config)
185
(with-open-file (out (merge-pathnames ".inga.yml" output-path)
186
:direction :output
0 commit comments