Merge pull request #391 from trheyi/main

[fix] studio bug
This commit is contained in:
Max 2023-05-01 10:23:54 +08:00 committed by GitHub
commit a5bce292cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -214,6 +214,7 @@ func setRouter(router *gin.Engine) {
throw(c, 500, err.Error())
return
}
defer ctx.Close()
res, err := ctx.Call(fun.Method, fun.Args...)