diff options
Diffstat (limited to 'l/src/config.lisp')
-rw-r--r-- | l/src/config.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/l/src/config.lisp b/l/src/config.lisp index eb8bede..4e3cbbf 100644 --- a/l/src/config.lisp +++ b/l/src/config.lisp @@ -16,6 +16,7 @@ :documentation "True if the current tab should be reloaded") (ws-client + :reader ws-client :documentation "WebSocket client"))) (defmethod print-object ((object config) stream) |