Skip to content

Commit

Permalink
Remove the erroneous exit
Browse files Browse the repository at this point in the history
  • Loading branch information
ninegua committed Mar 17, 2022
1 parent 2840698 commit 33e6fc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion icx/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,6 @@ async fn main() -> Result<()> {
_ => unreachable!(),
}
}
exit(1)
}
SubCommand::Status => {
let status = agent
Expand Down

0 comments on commit 33e6fc3

Please sign in to comment.