mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
chore: fix build (#13997)
This commit is contained in:
parent
92bb251058
commit
18f998fbee
4 changed files with 12 additions and 5 deletions
|
@ -550,7 +550,7 @@ pub(crate) fn get_configured_rules(
|
|||
);
|
||||
|
||||
if configured_rules.is_empty() {
|
||||
anyhow!("No rules have been configured");
|
||||
return Err(anyhow!("No rules have been configured"));
|
||||
}
|
||||
|
||||
Ok(configured_rules)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue