next.js
ee9e6887 - Turbopack: Use `format!` instead of `anyhow!` inside of `anyhow::Context::with_context` calls (#88293)

Commit
12 days ago
Turbopack: Use `format!` instead of `anyhow!` inside of `anyhow::Context::with_context` calls (#88293) `anyhow!` works here because we just need something that implements `Display`, but `format!` is better.
Author
bgw bgw
Parents
Loading