Skip to content

Commit 2bea199

Browse files
ltitanbjclapis
andauthored
Update crates/common/src/config/mux.rs
Co-authored-by: Joe Clapis <jclapis@outlook.com>
1 parent e1371e4 commit 2bea199

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/common/src/config

crates/common/src/config/mux.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ pub struct MuxConfig {
119119

120120
impl MuxConfig {
121121
/// Returns the env, actual path, and internal path to use for the file
122-
/// loader
122+
/// loader. In File mode, validates the mux file prior to returning.
123123
pub fn loader_env(&self) -> eyre::Result<Option<(String, String, String)>> {
124124
let Some(loader) = self.loader.as_ref() else {
125125
return Ok(None);

0 commit comments

Comments
 (0)