mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 03:01:57 +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:
|
if result is not None:
|
||||||
import json
|
import json
|
||||||
print('OK:', json.dumps(result))
|
print('OK:', json.dumps(result))
|
||||||
|
sys.stderr.flush()
|
||||||
|
sys.stdout.flush()
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|||||||
Reference in New Issue
Block a user