summaryrefslogtreecommitdiff
path: root/py/chat.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/chat.py')
-rw-r--r--py/chat.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/chat.py b/py/chat.py
index 86753ab..e2ef6b1 100644
--- a/py/chat.py
+++ b/py/chat.py
@@ -81,3 +81,4 @@ try:
clear_echo_message()
except BaseException as error:
handle_completion_error(error)
+ printDebug("[chat] error: {}", traceback.format_exc())