diff --git a/library/codex_thread_requests/requests/node_debug_request.nim b/library/codex_thread_requests/requests/node_debug_request.nim index 07e8ab23..d051ea16 100644 --- a/library/codex_thread_requests/requests/node_debug_request.nim +++ b/library/codex_thread_requests/requests/node_debug_request.nim @@ -117,6 +117,7 @@ proc process*( if res.isErr: error "Failed to get PEER.", error = res.error return err($res.error) + return res of NodeDebugMsgType.LOG_LEVEL: let res = (await updateLogLevel(codex, self.logLevel)) if res.isErr: