We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd74e2b + 827afc5 commit 005a6b0Copy full SHA for 005a6b0
1 file changed
src/configuration.ts
@@ -33,7 +33,7 @@ export default class Configuration {
33
case 'in_memory':
34
return new InMemoryDispatcher();
35
default:
36
- throw new Error(`dispatcher of type ${dispatcher} is not unknown`);
+ throw new Error(`dispatcher of type ${dispatcher.type} is unknown in dispatcher config: ${JSON.stringify(dispatcher)}`);
37
}
38
39
return new NoopDispatcher();
0 commit comments