dolphindb 3.0.203 → 3.0.204

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/index.js CHANGED
@@ -3254,10 +3254,8 @@ export class DDB {
3254
3254
  else {
3255
3255
  const type = typeof arg;
3256
3256
  if (type === 'string' || type === 'boolean') { }
3257
- else {
3257
+ else
3258
3258
  simple = false;
3259
- break;
3260
- }
3261
3259
  }
3262
3260
  let result;
3263
3261
  if (simple)