We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 261ab84 commit 47fbef5Copy full SHA for 47fbef5
packages/perseus/src/log.rs
@@ -16,6 +16,6 @@ macro_rules! web_log {
16
#[cfg(not(target_arch = "wasm32"))]
17
macro_rules! web_log {
18
($format_str:literal $(, $data:expr)*) => {
19
- println!($format_str, $(, $data)*)
+ println!($format_str $(, $data)*)
20
};
21
}
0 commit comments