Skip to content

Commit

Permalink
error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Nov 12, 2024
1 parent 5158101 commit a24915e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/opener/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub enum Error {
Json(#[from] serde_json::Error),
#[error("unknown program {0}")]
UnknownProgramName(String),
#[error("Not allowed to open {0}")]
#[error("Not allowed to open forbidden path or url: {0}")]
NotAllowed(String),
#[error("API not supported on the current platform")]
UnsupportedPlatform,
Expand Down

0 comments on commit a24915e

Please sign in to comment.