Project import generated by Copybara.
GitOrigin-RevId: f72a0f86c2c2acdb1920973c718a9e26ed3ec4b6
This commit is contained in:
@@ -61,9 +61,11 @@ namespace tool {
|
||||
}
|
||||
}
|
||||
}
|
||||
return ::mediapipe::Status(
|
||||
if (error_code == StatusCode::kOk) return OkStatus();
|
||||
Status combined = ::mediapipe::Status(
|
||||
error_code,
|
||||
absl::StrCat(general_comment, "\n", absl::StrJoin(errors, "\n")));
|
||||
return combined;
|
||||
}
|
||||
|
||||
} // namespace tool
|
||||
|
||||
Reference in New Issue
Block a user