Skip to content

debugtalk.py 调用插件不支持 bool 返回 #12

@Danny5487401

Description

@Danny5487401

当函数定义返回 True 或则 False 有问题

问题代码

func (m *functionGRPCClient) Call(funcName string, funcArgs ...interface{}) (interface{}, error) {
        // ....
	var resp interface{}
	err = json.Unmarshal(response.Value, &resp)
	if err != nil {
		return nil, errors.Wrap(err, "failed to unmarshal Call() response")
	}
        // ..

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions