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.
eprintln!
1 parent d660cab commit d4017d5Copy full SHA for d4017d5
core/tauri-runtime-wry/src/lib.rs
@@ -2172,6 +2172,7 @@ fn handle_user_message(
2172
.map(|w| &w.inner)
2173
{
2174
if let Err(e) = webview.evaluate_script(&script) {
2175
+ #[cfg(debug_assertions)]
2176
eprintln!("{}", e);
2177
}
2178
@@ -2212,6 +2213,7 @@ fn handle_user_message(
2212
2213
sender.send(window_id).unwrap();
2214
2215
Err(e) => {
2216
2217
2218
2219
},
@@ -2679,6 +2681,7 @@ fn handle_event_loop(
2679
2681
2680
2682
2683
if let Err(e) = webview.resize() {
2684
2685
2686
2687
0 commit comments