Skip to content

Commit

Permalink
fixup! editoast: forward core error type
Browse files Browse the repository at this point in the history
  • Loading branch information
Khoyo committed Oct 24, 2023
1 parent 42199cf commit 2581c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editoast/src/core/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ enum CoreError {
url: String,
raw_error: String,
},
#[error("Cannot convert core error to a UTF-8 string")]
#[error("Core returned an error in an unknown format")]
UnparsableErrorOutput,

#[error("Core connection closed before message completed. Should retry.")]
Expand Down

0 comments on commit 2581c16

Please sign in to comment.