Skip to content

Wrong check for stream vs sentry #46

@mprather

Description

@mprather

In the write_to_stream method, the check on line 1384 is testing the stream.

    if ( !os )
        return os;

Should this check test the sentry instead?

  if (!sentry) {
    return os;
  }

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