Skip to content

Live parsing #3

@vjpr

Description

@vjpr

It seems like the lookback only works if all the stdout is given in one chunk.

Say I am parsing the input in real-time from the stdout...can the lookback be used if the messages come across the stdout callback below:

childProcess.stdout.on('data', data => {

})

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions