We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7574efa commit b2598a6Copy full SHA for b2598a6
src/Runner.Listener/Configuration/ConfigurationManager.cs
@@ -54,7 +54,7 @@ public RunnerSettings LoadSettings()
54
Trace.Info(nameof(LoadSettings));
55
if (!IsConfigured())
56
{
57
- throw new InvalidOperationException("Not configured. Run config.(sh/cmd) to configure the runner.");
+ throw new NonRetryableException("Not configured. Run config.(sh/cmd) to configure the runner.");
58
}
59
60
RunnerSettings settings = _store.GetSettings();
0 commit comments