Skip to content

Commit

Permalink
cause deliberate fail to see stack trace
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Nov 6, 2023
1 parent d32f3c3 commit f162368
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,8 @@ class Dispatchers @InternalApi private[pekko] (
* IllegalArgumentException if it cannot create the MessageDispatcherConfigurator
*/
private def configuratorFrom(cfg: Config): MessageDispatcherConfigurator = {
if (!cfg.hasPath("id"))
//if (!cfg.hasPath("id"))
if (1 == 1)
throw new ConfigurationException("Missing dispatcher 'id' property in config: " +
cfg.renderWithRedactions())

Expand Down

0 comments on commit f162368

Please sign in to comment.