Skip to content

Commit 49dfe9a

Browse files
committed
Input now shows in the console
1 parent 33bf7c5 commit 49dfe9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/shellhost.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ def push_input(self: Self, input_data: str) -> None:
8686
logger.log(f"Writing input to process stdin")
8787
self.process.stdin.write(input_data + "\n")
8888
self.process.stdin.flush()
89+
self.on_flush(input_data)
8990

9091
def terminate(self: Self) -> None:
9192
logger.log(f"Terminating shell process")

0 commit comments

Comments
 (0)