Skip to content

Commit 92d12cf

Browse files
authored
fix: update error message (#127)
1 parent 05d814c commit 92d12cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jingle/src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use thiserror::Error;
77

88
#[derive(Debug, Error)]
99
pub enum JingleError {
10-
#[error("Error talking to Sleigh")]
10+
#[error("Error constructing p-code: {0}")]
1111
Sleigh(#[from] JingleSleighError),
1212
#[error("Given address disassembles cleanly but does not terminate within the given bound")]
1313
DisassemblyLengthBound,

0 commit comments

Comments
 (0)