Skip to content

Commit e81befc

Browse files
committed
fix playground-barebones build
1 parent 7f3800c commit e81befc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

engine/playground-server/src/bin/playground_barebones.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ pub async fn run_server() -> anyhow::Result<()> {
169169
// tokio::time::sleep(std::time::Duration::from_secs(10)).await;
170170
// }
171171
}
172-
WebviewRouterMessage::CustomNotificationToWebview(msg) => {
173-
tracing::info!("Received frontend message: {:?}", msg);
172+
msg => {
173+
tracing::info!("Router received: {:?}", msg);
174174
}
175175
}
176176
}

0 commit comments

Comments
 (0)