Fix values
This commit is contained in:
parent
ae7d6c5359
commit
5edad332cd
19 changed files with 611 additions and 331 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue