@dbcube/core 1.0.45 → 1.0.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -569,6 +569,7 @@ var Engine = class {
569
569
  setArguments() {
570
570
  let args = [];
571
571
  if (this.config.type == "sqlite") {
572
+ console.log(this.config.config.DATABASE);
572
573
  args = [
573
574
  "--id",
574
575
  "dbcube-" + this.name,