dolphindb 2.0.972 → 2.0.973

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
@@ -2462,7 +2462,7 @@ class DDB {
2462
2462
  ]));
2463
2463
  });
2464
2464
  if (this.verbose)
2465
- console.log(result, rpc_id);
2465
+ console.log(inspect(result) + rpc_id);
2466
2466
  return result;
2467
2467
  });
2468
2468
  }