We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa3089 commit fa42914Copy full SHA for fa42914
crates/theater-cli/src/error.rs
@@ -63,7 +63,7 @@ pub enum CliError {
63
TemplateError { reason: String },
64
65
/// I/O and filesystem errors
66
- #[error("File operation failed: {operation} on {path}")]
+ #[error("File operation failed: {operation} on {path}: {source}")]
67
FileOperationFailed {
68
operation: String,
69
path: String,
0 commit comments