feat(errors): preserve jj-emitted errors when loading config
Some checks failed
Publish Docker Images / coverage-and-sonar (push) Failing after 16m33s
Some checks failed
Publish Docker Images / coverage-and-sonar (push) Failing after 16m33s
This commit is contained in:
@@ -18,8 +18,8 @@ pub enum Error {
|
||||
RepositoryLocked,
|
||||
#[error("Could not get current directory")]
|
||||
FailedGettingCurrentDir,
|
||||
#[error("Could not load Jujutsu configuration")]
|
||||
FailedReadingConfig,
|
||||
#[error("Could not load Jujutsu configuration: {context}")]
|
||||
FailedReadingConfig { context: String },
|
||||
// Application errors
|
||||
#[error("Operation cancelled by user")]
|
||||
Cancelled,
|
||||
|
||||
Reference in New Issue
Block a user