We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f05ac8a commit 4810e12Copy full SHA for 4810e12
src/handlers/process/mod.rs
@@ -183,7 +183,7 @@ impl EventHandler for ProcessHandler {
183
self.config = *process_config;
184
Ok(())
185
} else {
186
- Err(TellMeWhenError::ConfigError("Invalid config type for ProcessHandler".to_string()))
+ Err(TellMeWhenError::Config("Invalid config type for ProcessHandler".to_string()))
187
}
188
189
0 commit comments