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.
1 parent edb7abd commit 7ae9432Copy full SHA for 7ae9432
wasm/lib/src/lib.rs
@@ -14,7 +14,7 @@ pub(crate) use vm_class::weak_vm;
14
use wasm_bindgen::prelude::*;
15
16
/// Sets error info on the window object, and prints the backtrace to console
17
-pub fn panic_hook(info: &panic::PanicInfo) {
+pub fn panic_hook(info: &panic::PanicHookInfo) {
18
// If something errors, just ignore it; we don't want to panic in the panic hook
19
let try_set_info = || {
20
let msg = &info.to_string();
0 commit comments