Label database warnings from Knex clearly

cshd
Dragory 2020-11-02 17:21:43 +02:00
parent 2ae12ee049
commit d8e6222bae
No known key found for this signature in database
GPG Key ID: 5F387BA66DF8AAC1
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ module.exports = {
return;
}
console.warn(message);
console.warn(`[DATABASE WARNING] ${message}`);
},
},
};