mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
...
This commit is contained in:
@@ -363,7 +363,8 @@ func main(cmd *cli.Command, o *Options, args []string) (rc int, err error) {
|
|||||||
pending = pending[1:]
|
pending = pending[1:]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if len(pending) > 0 {
|
for _, x := range pending {
|
||||||
|
do_one(x)
|
||||||
}
|
}
|
||||||
keep_going.Store(false)
|
keep_going.Store(false)
|
||||||
if opts.Hold {
|
if opts.Hold {
|
||||||
|
|||||||
Reference in New Issue
Block a user