This commit is contained in:
Benjamin Toby
2025-04-23 14:40:16 +01:00
parent daad62141e
commit e7b7cf0314
3 changed files with 18 additions and 1 deletions
+7
View File
@@ -85,6 +85,13 @@ values, debug) {
}
catch (error) {
(_b = global.ERROR_CALLBACK) === null || _b === void 0 ? void 0 : _b.call(global, `Connection DB Handler Error`, error);
if (debug) {
(0, debug_log_1.default)({
log: `Connection DB Handler Error: ${error.message}`,
addTime: true,
label: "Error",
});
}
return null;
}
finally {