Skip to content

Commit

Permalink
feat: output error log
Browse files Browse the repository at this point in the history
  • Loading branch information
fukusuket committed Dec 1, 2024
1 parent 910e6a3 commit 8941dcd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/timeline/timelines.rs
Original file line number Diff line number Diff line change
Expand Up @@ -649,8 +649,7 @@ impl Timeline {
self.extracted_base64_records.clone(),
stored_static.output_path.as_ref(),
stored_static.common_options.no_color,
)
{
) {
Ok(_) => {}
Err(err) => {
let errmsg = format!("Failed to output extracted base64 records. {err}");
Expand Down

0 comments on commit 8941dcd

Please sign in to comment.