go-vise-0.2.0 #71

Merged
lash merged 6 commits from go-vise-0.2.0 into master 2024-09-21 00:06:07 +02:00
Showing only changes of commit e754773bce - Show all commits

View File

@ -96,13 +96,7 @@ func main() {
en = en.WithDebug(nil)
}
_, err = en.Exec(ctx, []byte{})
if err != nil {
fmt.Fprintf(os.Stderr, "engine init exited with error: %v\n", err)
os.Exit(1)
}
err = engine.Loop(ctx, en, os.Stdin, os.Stdout)
err = engine.Loop(ctx, en, os.Stdin, os.Stdout, nil)
if err != nil {
fmt.Fprintf(os.Stderr, "loop exited with error: %v\n", err)
os.Exit(1)