Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
TCeason committed Oct 30, 2024
1 parent b6f550d commit 02e4302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ impl Session {
return Err(err.into());
}
}
_ => {}
_ => return Err(err.into()),
}
"".to_string()
}
Expand Down

0 comments on commit 02e4302

Please sign in to comment.