theprogrammablemind_4wp 8.0.0-beta.66 → 8.0.0-beta.67

Sign up to get free protection for your applications and to get access to all the features.
package/client.js CHANGED
@@ -1495,7 +1495,7 @@ const knowledgeModuleImpl = async ({
1495
1495
  }
1496
1496
  if (!args.query && !args.test && !args.info && (args.save || args.saveDeveloper)) {
1497
1497
  global.transitoryMode = true
1498
- saveTests(config, test, testConfig, args.saveDeveloper)
1498
+ await saveTests(config, test, testConfig, args.saveDeveloper)
1499
1499
  // } else if (args.build) {
1500
1500
  } else if (args.info) {
1501
1501
  showInfo(description, section, config)
@@ -1718,7 +1718,6 @@ const knowledgeModuleImpl = async ({
1718
1718
  }
1719
1719
  printConfig()
1720
1720
  } finally {
1721
- debugger
1722
1721
  if (config) {
1723
1722
  config.terminate()
1724
1723
  }
package/package.json CHANGED
@@ -65,6 +65,6 @@
65
65
  "sort-json": "^2.0.0",
66
66
  "uuid": "^8.3.2"
67
67
  },
68
- "version": "8.0.0-beta.66",
68
+ "version": "8.0.0-beta.67",
69
69
  "license": "UNLICENSED"
70
70
  }
package/src/config.js CHANGED
@@ -1810,7 +1810,6 @@ class Config {
1810
1810
  terminate() {
1811
1811
  this.configs.forEach((km) => {
1812
1812
  const config = km.config
1813
- debugger
1814
1813
  if (!config.terminatorFn) {
1815
1814
  this.terminatorFn(this)
1816
1815
  } else {