We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e68742 + 0f7a7ae commit 7979d57Copy full SHA for 7979d57
src/BuslyCLI.Console/Spectre/AppConfiguration.cs
@@ -53,7 +53,9 @@ public static Action<IConfigurator> GetSpectreCommandConfiguration()
53
demo.AddCommand<StartDemoCommand>("start")
54
.WithDescription("Start a demo endpoint that can receive any command and a single 'Messages.Events.OrderPlaced' event.");
55
});
56
+#if DEBUG
57
config.PropagateExceptions();
58
+#endif
59
};
60
}
61
0 commit comments