@xuda.io/xuda-worker-bundle-min 1.3.2325 → 1.3.2327

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/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle-min",
3
- "version": "1.3.2325",
3
+ "version": "1.3.2327",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {