mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 21:27:20 +01:00
Board editing.
This commit is contained in:
parent
68c56060b3
commit
d9f698ca42
8 changed files with 183 additions and 86 deletions
|
|
@ -48,7 +48,7 @@ async function checkConnection() {
|
|||
|
||||
success('Database connection successful.');
|
||||
} catch (e) {
|
||||
throw new Error('Unable to connect to the database: ' + e.message);
|
||||
throw new Error(`Unable to connect to the database: ${e.message}`);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue