Skip to content

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

@HyukjinKwon

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++

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions