feat(git): Remove the failure code from the error type
Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
/// Git operations error type
|
||||
#[derive(Debug, thiserror::Error)]
|
||||
pub enum GitError {
|
||||
#[error("Command failed with exit code: {0}")]
|
||||
Failed(i32),
|
||||
|
||||
#[error("Command failed without exit code")]
|
||||
FailedNoCode,
|
||||
|
||||
|
Reference in New Issue
Block a user