Function silkenweb::log_panics

source ·
pub fn log_panics()
Expand description

Log any panic!s to the browser console. This should ideally be the very first thing that is called, but can be omitted safely. See console_error_panic_hook docs for more information.