[_]
This commit is contained in:
parent
3c04bd8d37
commit
c37f5b8fd7
1 changed files with 1 additions and 1 deletions
|
|
@ -246,7 +246,7 @@ func processService(process *gou.Process) interface{} {
|
|||
req.WithSid(process.Sid)
|
||||
}
|
||||
|
||||
res, err := req.RootCall(args...)
|
||||
res, err := req.Call(args...)
|
||||
if err != nil {
|
||||
// parse Exception
|
||||
code := 500
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue