@xuda.io/runtime-bundle 1.0.1301 → 1.0.1302

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.
@@ -4159,6 +4159,7 @@ func.utils.debug.log = async function (SESSION_ID, node_idP, jsonP) {
4159
4159
  const debug_utils = await func.common.get_module(SESSION_ID, 'xuda-debug-utils-module.mjs');
4160
4160
 
4161
4161
  debug_utils.log(SESSION_ID, node_idP, jsonP);
4162
+ console.error(jsonP);
4162
4163
  };
4163
4164
  func.utils.debug.write = async function (SESSION_ID, logP, callbackP) {
4164
4165
  if (!glb.DEBUG_MODE) return;
@@ -4159,6 +4159,7 @@ func.utils.debug.log = async function (SESSION_ID, node_idP, jsonP) {
4159
4159
  const debug_utils = await func.common.get_module(SESSION_ID, 'xuda-debug-utils-module.mjs');
4160
4160
 
4161
4161
  debug_utils.log(SESSION_ID, node_idP, jsonP);
4162
+ console.error(jsonP);
4162
4163
  };
4163
4164
  func.utils.debug.write = async function (SESSION_ID, logP, callbackP) {
4164
4165
  if (!glb.DEBUG_MODE) return;