mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 20:48:52 +03:00
parent
fd0334645b
commit
8f16c1df7e
@ -48,7 +48,7 @@ impl Cmd {
|
||||
|
||||
let window_label: Option<P::Label> = window_label.map(|l| {
|
||||
l.parse()
|
||||
.unwrap_or_else(|_| panic!("Event module recieved unhandled window: {}", l))
|
||||
.unwrap_or_else(|_| panic!("Event module received unhandled window: {}", l))
|
||||
});
|
||||
|
||||
// dispatch the event to Rust listeners
|
||||
|
Loading…
Reference in New Issue
Block a user