Skip to content

Commit

Permalink
Fix Windows installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh1Yo committed Nov 13, 2022
1 parent 982d725 commit c6a7bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async fn main() {
std::process::exit(match init().await {
Ok(_) => 0,
Err(err) => {
utils::error(err, None, None);
utils::error(err, None, None, None);
1
}
});
Expand Down

0 comments on commit c6a7bd3

Please sign in to comment.