mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 01:05:48 +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:]
|
||||
}
|
||||
}
|
||||
if len(pending) > 0 {
|
||||
for _, x := range pending {
|
||||
do_one(x)
|
||||
}
|
||||
keep_going.Store(false)
|
||||
if opts.Hold {
|
||||
|
||||
Reference in New Issue
Block a user