mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-02 08:41:25 +03:00
Fix
This commit is contained in:
@@ -21,7 +21,7 @@ module.exports = (log) => {
|
||||
|
||||
if (!supported.includes(type)) {
|
||||
log.report('Invalid database type');
|
||||
throw new Error('DB_TYPE is not valid type');
|
||||
throw new Error(`DB_TYPE (${type}) is not a valid type`);
|
||||
}
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user