Automatically delete old messages
This commit is contained in:
@ -68,7 +68,7 @@ fn log_lines(opt: &Opt, r: impl BufRead) -> eyre::Result<()> {
|
||||
let line = line.wrap_err("Failed to read from stdin")?;
|
||||
let line = line.trim();
|
||||
if !line.is_empty() {
|
||||
log_message(&opt, &line)?;
|
||||
log_message(opt, line)?;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user