Skip to content

PassThrough import error when use with readbale-stream 3.6.0 #6

@yes7rose

Description

@yes7rose

fixed by replace line 2
var PassThrough = require('readable-stream/passthrough');
with
var {PassThrough} = require('readable-stream');

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions