Skip to content

Commit

Permalink
chore: complete error message of TunnelContextNotFound
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma233 committed Aug 30, 2024
1 parent c2af5bb commit b06b892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub enum Error {
TunnelNotWaiting(String),
#[error("Tunnel dial failed: {0}")]
TunnelDialFailed(String),
#[error("")]
#[error("Tunnel context not found: {0}")]
TunnelContextNotFound(String),
#[error("Tunnel error: {0:?}")]
Tunnel(TunnelError),
Expand Down

0 comments on commit b06b892

Please sign in to comment.