Skip to content

Commit

Permalink
Escape ❯ in lg
Browse files Browse the repository at this point in the history
  • Loading branch information
ngtkana committed Mar 12, 2024
1 parent 269bf91 commit 38d8c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/lg/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ macro_rules! lg {
eprintln!();
}};
($($expr:expr),* $(,)?) => {{
eprint!("{}", line!());
eprint!("{}\u{276f}", line!());
$crate::lg!(@contents $($expr),*)
}};
}
Expand Down

0 comments on commit 38d8c74

Please sign in to comment.