log with_message

This commit is contained in:
Paul Gauthier 2023-06-23 19:09:39 -07:00
parent f23327ecf9
commit 9e506cccb0
2 changed files with 4 additions and 2 deletions

View file

@ -279,6 +279,7 @@ class Coder:
try:
if with_message:
new_user_message = with_message
self.io.user_input(with_message)
else:
new_user_message = self.run_loop()