Skip to content

Commit

Permalink
Revert "remove err"
Browse files Browse the repository at this point in the history
This reverts commit 8b0cf4c.
  • Loading branch information
MOmarMiraj committed Jul 31, 2024
1 parent 8b0cf4c commit ceab213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fn main() -> anyhow::Result<()> {
#[cfg(feature = "go")]
{
if !is_package_present(&options) {
return anyhow!("Please provide a package name in the typeshare.toml or using --go-package <package name>");
return Err(anyhow!("Please provide a package name in the typeshare.toml or using --go-package <package name>"));
}
}

Expand Down

0 comments on commit ceab213

Please sign in to comment.