From: Jérôme Benoit Date: Tue, 20 Feb 2024 13:42:25 +0000 (+0100) Subject: refactor(ui): refine vue.js app init error message X-Git-Tag: v1.2.38~70 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=88d3e6ed5f1c8fad4c32311829e51d1fdcee2dcb;p=e-mobility-charging-stations-simulator.git refactor(ui): refine vue.js app init error message Signed-off-by: Jérôme Benoit --- diff --git a/ui/web/src/main.ts b/ui/web/src/main.ts index 20712939..6dc93195 100644 --- a/ui/web/src/main.ts +++ b/ui/web/src/main.ts @@ -49,7 +49,7 @@ fetch('/config.json') initializeApp(config) } catch (error) { // TODO: add code for UI notifications or other error handling logic - console.error('Error at initializing the app:', error) + console.error('Error at initializing app:', error) } }) .catch(error => {