Skip to content

Commit 47fbef5

Browse files
committed
fix: made logging work again
1 parent 261ab84 commit 47fbef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/perseus/src/log.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ macro_rules! web_log {
1616
#[cfg(not(target_arch = "wasm32"))]
1717
macro_rules! web_log {
1818
($format_str:literal $(, $data:expr)*) => {
19-
println!($format_str, $(, $data)*)
19+
println!($format_str $(, $data)*)
2020
};
2121
}

0 commit comments

Comments
 (0)