fix(rollup-relayer): catch errors (#1427)

This commit is contained in:
colin
2024-07-10 22:56:16 +08:00
committed by GitHub
parent c812288250
commit 8471838cd4
5 changed files with 62 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ import (
"runtime/debug"
)
var tag = "v4.4.26"
var tag = "v4.4.27"
var commit = func() string {
if info, ok := debug.ReadBuildInfo(); ok {