From c9f3a0cd6d5a6f7f0f8507c47746ab73063fcce0 Mon Sep 17 00:00:00 2001 From: Seele Volleri <166212217+SeeleVolleri@users.noreply.github.com> Date: Sat, 2 Aug 2025 11:06:27 +0800 Subject: [PATCH] style: typo --- src/cmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd.py b/src/cmd.py index af87360..e35794e 100644 --- a/src/cmd.py +++ b/src/cmd.py @@ -100,4 +100,4 @@ class InteractiveShell: try: await self.handle_command() finally: - it(GlobalLogger).logger.info("Existing shell") + it(GlobalLogger).logger.info("Exit.")