This commit is contained in:
Benjamin Toby
2025-02-19 20:01:50 +01:00
parent c08db13f3d
commit e9bb9fb07f
113 changed files with 253 additions and 63 deletions
+1
View File
@@ -57,5 +57,6 @@ try {
////////////////////////////////////////
////////////////////////////////////////
} catch (error: any) {
global.ERROR_CALLBACK?.(`MariaDB Dump Error`, error as Error);
console.log("Dump Error: ", error.message);
}