mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-20 07:24:41 +02:00
...
This commit is contained in:
@@ -65,7 +65,7 @@ func main(args []string) error {
|
||||
completions := GetCompletions(argv)
|
||||
output, err := output_serializer(completions, shell_state)
|
||||
if err == nil {
|
||||
os.Stdout.Write(output)
|
||||
_, err = os.Stdout.Write(output)
|
||||
}
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user