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/browser.js CHANGED
@@ -3276,10 +3276,8 @@ export class DDB {
3276
3276
  else {
3277
3277
  const type = typeof arg;
3278
3278
  if (type === 'string' || type === 'boolean') { }
3279
- else {
3279
+ else
3280
3280
  simple = false;
3281
- break;
3282
- }
3283
3281
  }
3284
3282
  let result;
3285
3283
  if (simple)