X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2Fui-server%2FUIServerFactory.ts;h=df542ba6773a31271684c4b2ea1f6b51b54f7cb0;hb=a474cbe107fedbe17398e5d21f852f0ce0d5ca2f;hp=fe2b36d22a3f39375800447beb895448e1cabd77;hpb=66a7748ddeda8c94d7562a1ce58d440319654a4c;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