Skip to content

Commit

Permalink
Update notice.
Browse files Browse the repository at this point in the history
  • Loading branch information
futursolo committed Aug 29, 2022
1 parent e18e0fd commit 67348d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/yew/src/server_renderer.rs
Expand Up @@ -220,7 +220,7 @@ where

Self::spawn_rendering_task(rt, create_task);

rx.await.expect("failed to receive.")
rx.await.expect("failed to render application")
}

/// Renders Yew Application to a String.
Expand Down

0 comments on commit 67348d3

Please sign in to comment.