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.
1 parent 90dc459 commit ba3ade6Copy full SHA for ba3ade6
packages/host/src/lib/host.ts
@@ -259,11 +259,7 @@ export class Host implements IComponent {
259
this.monitoringServer = new MonitoringServer({ port, validator: async () => {
260
return await this.loadCheck.getLoadCheck();
261
} });
262
- try {
263
- this.monitoringServer.startServer();
264
- } catch (e: any) {
265
- this.logger.error("unable to start monitoring server", e.message);
266
- }
+ this.monitoringServer.startServer();
267
}
268
getId() {
269
let id = this.config.host.id;
0 commit comments