Skip to content

Commit

Permalink
fix: made logging work again
Browse files Browse the repository at this point in the history
  • Loading branch information
arctic-hen7 committed Jan 23, 2022
1 parent 261ab84 commit 47fbef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/perseus/src/log.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ macro_rules! web_log {
#[cfg(not(target_arch = "wasm32"))]
macro_rules! web_log {
($format_str:literal $(, $data:expr)*) => {
println!($format_str, $(, $data)*)
println!($format_str $(, $data)*)
};
}

0 comments on commit 47fbef5

Please sign in to comment.