Skip to content

Commit

Permalink
fix: fix after rebase main
Browse files Browse the repository at this point in the history
  • Loading branch information
ttys3 committed Apr 2, 2024
1 parent 16cbbb7 commit e76bd36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/archive/sevenz.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ use sevenz_rust::SevenZArchiveEntry;

use crate::{
error::FinalError,
list::FileInArchive,
utils::{
self, cd_into_same_dir_as,
logger::{info, warning},
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub const EXIT_FAILURE: i32 = libc::EXIT_FAILURE;
#[tokio::main]
async fn main() {
let handler = spawn_logger_thread();
let result = run();
let result = run().await;
handler.shutdown_and_wait();

if let Err(err) = result {
Expand Down

0 comments on commit e76bd36

Please sign in to comment.