Skip to content

Commit

Permalink
fix: typo in exchange method rewind (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukealvoeiro committed Sep 9, 2024
1 parent c84072c commit d4b27d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/goose/cli/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def run(self) -> None:
self.interrupt_reply()
except Exception:
# rewind to right before the last user message
self.exchange.rewind_to_last_user_message()
self.exchange.rewind()
print(traceback.format_exc())
print(
"\n[red]The error above was an exception we were not able to handle.\n\n[/]"
Expand Down

0 comments on commit d4b27d0

Please sign in to comment.