X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcharging-station%2FBootstrap.ts;h=7113500740fa30d57ad5915ad12ef91483fe4f8c;hb=e3822d6f1b40477f7308ad70c290ed2c4106c585;hp=d39c705c89e19334dd95d8654e5126fc40228406;hpb=e7aeea18e189dd087c8f951cf77a253e2818ae90;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/Bootstrap.ts b/src/charging-station/Bootstrap.ts index d39c705c..71135007 100644 --- a/src/charging-station/Bootstrap.ts +++ b/src/charging-station/Bootstrap.ts @@ -79,14 +79,16 @@ export default class Bootstrap { } catch (error) { console.error( chalk.red( - 'Charging station start with template file ' + stationTemplateUrl.file + ' error ' + 'Error at starting charging station with template file ' + + stationTemplateUrl.file + + ': ' ), error ); } } } else { - console.warn(chalk.yellow('No stationTemplateUrls defined in configuration, exiting')); + console.warn(chalk.yellow("No 'stationTemplateUrls' defined in configuration, exiting")); } if (this.numberOfChargingStations === 0) { console.warn(