pub async fn handle_issues<T: Send>(
source_op: OperationVc<T>,
issue_reporter: Vc<Box<dyn IssueReporter>>,
min_failing_severity: IssueSeverity,
path: Option<&str>,
operation: Option<&str>,
) -> Result<()>Expand description
A helper function to print out issues to the console.
Must be called in a turbo-task as this constructs a cell