next.js
ee9e6887
- Turbopack: Use `format!` instead of `anyhow!` inside of `anyhow::Context::with_context` calls (#88293)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#88293 - Turbopack: Use `format!` instead of `anyhow!` inside of `anyhow::Context::with_context` calls
Author
bgw
Parents
dc5f5b1c
Loading