X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2Fui-server%2FUIServerFactory.ts;h=df542ba6773a31271684c4b2ea1f6b51b54f7cb0;hb=412cece829a669e4e41d9e824fb71cab4df20312;hp=fe2b36d22a3f39375800447beb895448e1cabd77;hpb=68220b423c52da387fdf41967dd8c738da0ff52e;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/ui-server/UIServerFactory.ts b/src/charging-station/ui-server/UIServerFactory.ts index fe2b36d2..df542ba6 100644 --- a/src/charging-station/ui-server/UIServerFactory.ts +++ b/src/charging-station/ui-server/UIServerFactory.ts @@ -23,7 +23,7 @@ export class UIServerFactory { if (!UIServerUtils.isLoopback(uiServerConfiguration.options!.host!)) { console.warn( chalk.yellow( - 'Loopback address not detected in UI server configuration. This is not recommended.' + 'Loopback address not detected in UI server configuration. This is not recommended' ) ) } @@ -37,7 +37,7 @@ export class UIServerFactory { ) { console.warn( chalk.yellow( - `Only version ${ApplicationProtocolVersion.VERSION_11} is supported for WebSocket UI server. Falling back to version ${ApplicationProtocolVersion.VERSION_11}.` + `Only version ${ApplicationProtocolVersion.VERSION_11} is supported for WebSocket UI server. Falling back to version ${ApplicationProtocolVersion.VERSION_11}` ) ) uiServerConfiguration.version = ApplicationProtocolVersion.VERSION_11