We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f3800c commit e81befcCopy full SHA for e81befc
engine/playground-server/src/bin/playground_barebones.rs
@@ -169,8 +169,8 @@ pub async fn run_server() -> anyhow::Result<()> {
169
// tokio::time::sleep(std::time::Duration::from_secs(10)).await;
170
// }
171
}
172
- WebviewRouterMessage::CustomNotificationToWebview(msg) => {
173
- tracing::info!("Received frontend message: {:?}", msg);
+ msg => {
+ tracing::info!("Router received: {:?}", msg);
174
175
176
0 commit comments