8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66680d commit 735afd6Copy full SHA for 735afd6
turbopack/crates/turbopack-core/src/asset.rs
@@ -87,7 +87,7 @@ impl AssetContent {
87
88
#[turbo_tasks::function]
89
pub async fn write(self: Vc<Self>, path: Vc<FileSystemPath>) -> Result<()> {
90
- let this = self.await?;
+ let this = self.final_read_hint().await?;
91
match &*this {
92
AssetContent::File(file) => {
93
let _ = path.write(**file);
0 commit comments