diff options
Diffstat (limited to 'py/chat.py')
| -rw-r--r-- | py/chat.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -81,3 +81,4 @@ try: clear_echo_message() except BaseException as error: handle_completion_error(error) + printDebug("[chat] error: {}", traceback.format_exc()) |