This commit is contained in:
xushiwei
2024-06-13 13:51:36 +08:00
parent 64e96cc101
commit 4abcbb9b51
9 changed files with 75 additions and 21 deletions

View File

@@ -898,8 +898,8 @@ func (b Builder) BuiltinCall(fn string, args ...Expr) (ret Expr) {
}
}
}
//case "recover":
// return b.Recover()
case "recover":
return b.Recover()
case "print", "println":
return b.PrintEx(fn == "println", args...)
}