Skip to content

客户端需要的是 console.log(stream.toJSONString()) 而不是 console.log(stream) #45

@jemygraw

Description

@jemygraw

反馈一个问题,nodejs的sdk的文档 https://github.com/pili-engineering/pili-sdk-nodejs 里面 console.log(stream); 最好都替换为 console.log(stream.toJSONString()); 因为stream中还有一些不可以暴露出来的成员,在默认输出 console.log(stream) 的时候会一起输出,这是不对的。

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