This commit is contained in:
Kovid Goyal
2026-01-24 14:46:25 +05:30
parent be0dd00606
commit ff33180f11

View File

@@ -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 {