Skip to content
This repository was archived by the owner on Jun 28, 2021. It is now read-only.
This repository was archived by the owner on Jun 28, 2021. It is now read-only.

Options for stream.Transform is not transferred from Stringifier #104

@redexp

Description

@redexp

Hello, I found a bug in Stringifier class when it passes options to stream.Transform.

super({...{
writableObjectMode: true
}, ...options});

On first look it seems that super will get merged options from Stringifier but on that line options is undefined all the time. Maybe instead of options there should be opts? If not then basically code should be rewritten to super({writableObjectMode: true}).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions