Skip to content

[C++] Fix ToStringWithoutContextLines to check for :\d+ pattern before removing lines #48673

Description

@HyukjinKwon

Describe the enhancement requested

// TODO: We may want to check /:\d+ /
if (message.find(":", last_new_line_position) == std::string::npos) {
break;
}

Component(s)

C++

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions