theprogrammablemind_4wp 9.7.1-beta.16 → 9.7.1-beta.17

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.
Files changed (2) hide show
  1. package/client.js +2 -1
  2. package/package.json +1 -1
package/client.js CHANGED
@@ -298,11 +298,12 @@ const _process = async (config, query, { initializer, commandLineArgs, credentia
298
298
  // '\\n' from tests of '\n' from users. the former is because newline is not a valid json character so the testfile has it encoded
299
299
  let queries = query.split(/\\n|\n/)
300
300
  const summaries = [] // for error
301
+ logs = logs || []
301
302
  try {
302
303
  const response = {
303
304
  hierarchy: [],
304
305
  load_cache_time: 0.0,
305
- logs: logs || [],
306
+ logs: logs,
306
307
  metadata: {
307
308
  opChoices: []
308
309
  },
package/package.json CHANGED
@@ -73,6 +73,6 @@
73
73
  "scriptjs": "^2.5.9",
74
74
  "uuid": "^8.3.2"
75
75
  },
76
- "version": "9.7.1-beta.16",
76
+ "version": "9.7.1-beta.17",
77
77
  "license": "UNLICENSED"
78
78
  }