We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33bf7c5 commit 49dfe9aCopy full SHA for 49dfe9a
1 file changed
src/utils/shellhost.py
@@ -86,6 +86,7 @@ def push_input(self: Self, input_data: str) -> None:
86
logger.log(f"Writing input to process stdin")
87
self.process.stdin.write(input_data + "\n")
88
self.process.stdin.flush()
89
+ self.on_flush(input_data)
90
91
def terminate(self: Self) -> None:
92
logger.log(f"Terminating shell process")
0 commit comments