chore: go-corset error code 77 visibility(#86)

This commit is contained in:
Leo Jeong
2024-09-24 16:52:42 +09:00
committed by GitHub
parent 08584a89f1
commit a3e8dcea67

View File

@@ -47,6 +47,7 @@ func AssignFromLtTraces(run *wizard.ProverRuntime, schema *air.Schema, expTraces
}
if err77 != nil {
logrus.Errorf("Error code 77: \n%v", err77)
os.Exit(TraceOverflowExitCode)
}