repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcb671d
)
refactor(ui): refine vue.js app init error message
author
Jérôme Benoit
<jerome.benoit@sap.com>
Tue, 20 Feb 2024 13:42:25 +0000
(14:42 +0100)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Tue, 20 Feb 2024 13:42:25 +0000
(14:42 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
ui/web/src/main.ts
patch
|
blob
|
blame
|
history
diff --git
a/ui/web/src/main.ts
b/ui/web/src/main.ts
index 2071293947c869784d7f24f7df8b0a6f5afeb451..6dc93195770718d467a2b03bf78934eacf126e21 100644
(file)
--- 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 => {