From 38222bb0ae1d282a458c3318a1789d932bd0655b Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 21 Feb 2021 17:56:14 +0100 Subject: Add `--debug` option to print debug output Let's keep a way to print WebSocket messages for debugging purposes in the release build rather than remove the messages completely. Since I've been struggling with the messages so much it seems like this could be a useful thing to have. --- l/src/option.lisp | 1 + 1 file changed, 1 insertion(+) (limited to 'l/src/option.lisp') diff --git a/l/src/option.lisp b/l/src/option.lisp index 02c89c2..6965b71 100644 --- a/l/src/option.lisp +++ b/l/src/option.lisp @@ -48,4 +48,5 @@ (make-config :socket-url (getf options :socket-url) :reload-current-tab (getf options :reload-current-tab) + :debug-output (getf options :debug) :extension-ids free-args))) -- cgit v1.2.3