We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4d01d4 commit f6f4159Copy full SHA for f6f4159
1 file changed
Utilities/SilKitRegistry/Registry.cpp
@@ -207,10 +207,12 @@ auto StartRegistry(std::shared_ptr<SilKit::Config::IParticipantConfiguration> co
207
catch (const std::exception& exception)
208
{
209
std::cerr << "error during dashboard instance creation: " << exception.what() << std::endl;
210
+ enableDashboard = false;
211
}
212
catch (...)
213
214
std::cerr << "unknown error during dashboard instance creation" << std::endl;
215
216
217
218
0 commit comments