Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/AHQ-Softwares/lead
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Jan 18, 2025
2 parents d504aaf + 8645027 commit 09e9401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leadman/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pub fn run(args: Vec<String>) {
});
}

async fn main(args: Vec<String>) {
async fn main(mut args: Vec<String>) {
let mut chalk = Chalk::new();

panic::set_hook(Box::new(|info| {
Expand Down

0 comments on commit 09e9401

Please sign in to comment.