Skip to content

Commit 4810e12

Browse files
committed
Update mod.rs
1 parent f05ac8a commit 4810e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/process/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ impl EventHandler for ProcessHandler {
183183
self.config = *process_config;
184184
Ok(())
185185
} else {
186-
Err(TellMeWhenError::ConfigError("Invalid config type for ProcessHandler".to_string()))
186+
Err(TellMeWhenError::Config("Invalid config type for ProcessHandler".to_string()))
187187
}
188188
}
189189
}

0 commit comments

Comments
 (0)