@xuda.io/xuda-worker-bundle 1.3.2438 → 1.3.2439

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 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -4162,7 +4162,7 @@ func.utils.debug.log = async function (SESSION_ID, node_idP, jsonP) {
4162
4162
  const debug_utils = await func.common.get_module(SESSION_ID, 'xuda-debug-utils-module.mjs');
4163
4163
 
4164
4164
  debug_utils.log(SESSION_ID, node_idP, jsonP);
4165
- console.error(jsonP);
4165
+ // console.error(jsonP);
4166
4166
  };
4167
4167
  func.utils.debug.write = async function (SESSION_ID, logP, callbackP) {
4168
4168
  if (!glb.DEBUG_MODE) return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle",
3
- "version": "1.3.2438",
3
+ "version": "1.3.2439",
4
4
  "description": "xuda framework",
5
5
  "main": "index.js",
6
6
  "scripts": {