macro_rules! console_error {
    ($($t:tt)*) => { ... };
}