@dbcube/core 1.0.49 → 1.0.50
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -613,7 +613,6 @@ var Engine = class {
|
|
|
613
613
|
setArguments() {
|
|
614
614
|
let args = [];
|
|
615
615
|
if (this.config.type == "sqlite") {
|
|
616
|
-
console.log(this.config.config.DATABASE);
|
|
617
616
|
args = [
|
|
618
617
|
"--id",
|
|
619
618
|
"dbcube-" + this.name,
|
|
@@ -673,6 +672,7 @@ var Engine = class {
|
|
|
673
672
|
}
|
|
674
673
|
async run(binary, args) {
|
|
675
674
|
await this.initializeBinary();
|
|
675
|
+
console.log(this.binary);
|
|
676
676
|
if (!this.binary) {
|
|
677
677
|
throw new Error("Binary not initialized");
|
|
678
678
|
}
|