Fix values

This commit is contained in:
Neemek 2025-03-16 20:09:36 +01:00
parent ae7d6c5359
commit 5edad332cd
Signed by: neemek
GPG key ID: 28360A8951CD0E9B
19 changed files with 611 additions and 331 deletions

View file

@ -147,7 +147,7 @@ func (cmd *RunCmd) Run(ctx *Context) error {
log.Println("=v= output =v=")
}
// execute order 66
for vm.HasNext() && vm.Next() {
for vm.Next() {
}
return nil