Updates
This commit is contained in:
Vendored
+2
-1
@@ -3,7 +3,7 @@
|
||||
var __importDefault = (this && this.__importDefault) || function (mod) {
|
||||
return (mod && mod.__esModule) ? mod : { "default": mod };
|
||||
};
|
||||
var _a, _b;
|
||||
var _a, _b, _c;
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
const path_1 = __importDefault(require("path"));
|
||||
const child_process_1 = require("child_process");
|
||||
@@ -46,5 +46,6 @@ try {
|
||||
////////////////////////////////////////
|
||||
}
|
||||
catch (error) {
|
||||
(_c = global.ERROR_CALLBACK) === null || _c === void 0 ? void 0 : _c.call(global, `MariaDB Dump Error`, error);
|
||||
console.log("Dump Error: ", error.message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user