Skip to content

Commit

Permalink
docs: better error
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmauro committed Oct 17, 2024
1 parent 09dfe6f commit 2af6b3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ fn lint_autocompletion_files(_shell: &Shell, check: bool) -> anyhow::Result<()>
let mut autocomplete_file = File::create(path).context("Failed to create file")?;
autocomplete_file.write_all(new.as_bytes())?;
} else {
bail!("Autocompletion files need to be regenerated.")
bail!("Autocompletion files need to be regenerated. Run `zkstack dev lint -t autocompletion` to fix this issue.")
}
}
}
Expand Down

0 comments on commit 2af6b3b

Please sign in to comment.