mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 06:54:58 +02:00
Fix #5767
This commit is contained in:
@@ -302,6 +302,7 @@ func run_get_loop(opts *Options, args []string) (err error) {
|
||||
return fmt.Errorf("Could not detect the MIME type for: %s use --mime to specify it manually", arg)
|
||||
}
|
||||
}
|
||||
|
||||
defer func() {
|
||||
for _, o := range outputs {
|
||||
if o.dest != nil {
|
||||
|
||||
Reference in New Issue
Block a user