mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Flush output streams on kitten end
This commit is contained in:
@@ -46,6 +46,8 @@ def launch(args):
|
||||
if result is not None:
|
||||
import json
|
||||
print('OK:', json.dumps(result))
|
||||
sys.stderr.flush()
|
||||
sys.stdout.flush()
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
Reference in New Issue
Block a user