mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Merge branch 'dev' of https://github.com/umami-software/umami into dev
This commit is contained in:
commit
2729b22a2e
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ async function checkConnection() {
|
|||
|
||||
success('Database connection successful.');
|
||||
} catch (e) {
|
||||
throw new Error('Unable to connect to the database.');
|
||||
throw new Error('Unable to connect to the database: ' + e.message);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue