tidy: add better error reporting for if typos can't be run
This commit is contained in:
parent
6a51eef11b
commit
d73e6b46e7
1 changed files with 0 additions and 1 deletions
|
|
@ -587,7 +587,6 @@ fn spellcheck_runner(
|
|||
) -> Result<(), Error> {
|
||||
let bin_path =
|
||||
crate::ensure_version_or_cargo_install(outdir, cargo, "typos-cli", "typos", "1.34.0")?;
|
||||
|
||||
match Command::new(bin_path).current_dir(src_root).args(args).status() {
|
||||
Ok(status) => {
|
||||
if status.success() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue