mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 15:20:17 +00:00
fix(actions): if edera action returns successfully, an intended unreachable line could be reached
This commit is contained in:
@@ -64,6 +64,7 @@ pub fn execute(context: Rc<SproutContext>, name: impl AsRef<str>) -> Result<()>
|
|||||||
return Ok(());
|
return Ok(());
|
||||||
} else if let Some(edera) = &action.edera {
|
} else if let Some(edera) = &action.edera {
|
||||||
edera::edera(context.clone(), edera)?;
|
edera::edera(context.clone(), edera)?;
|
||||||
|
return Ok(());
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(feature = "splash")]
|
#[cfg(feature = "splash")]
|
||||||
|
|||||||
Reference in New Issue
Block a user