Merge branch 'dev' of https://github.com/umami-software/umami into dev
This commit is contained in:
@@ -44,7 +44,7 @@ async function checkConnection() {
|
|||||||
|
|
||||||
success('Database connection successful.');
|
success('Database connection successful.');
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
throw new Error('Unable to connect to the database.');
|
throw new Error('Unable to connect to the database: ' + e.message);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user