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