Implement async support in metatype
This commit is contained in:
@@ -18,7 +18,7 @@ fn panic_cb(panic: &panic::PanicHookInfo) {
|
||||
"unknown error"
|
||||
};
|
||||
|
||||
eprintln!(
|
||||
eprint!(
|
||||
"{}:\n{trace}",
|
||||
format_args!(
|
||||
"thread '{}' panicked at {location}: {msg}",
|
||||
|
||||
Reference in New Issue
Block a user