Skip to content

Commit

Permalink
Remove the erroneous exit (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
ninegua authored Mar 17, 2022
1 parent 4d0595a commit e25b2be
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 e25b2be

Please sign in to comment.