cgserver 6.9.463 → 6.9.464

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.
@@ -45,7 +45,7 @@ class Rpc {
45
45
  Log_1.GLog.error({ des: "rpc no cmd", msg });
46
46
  return;
47
47
  }
48
- let data = await Core_1.core.safeCall(func);
48
+ let data = await Core_1.core.safeCall(func, this, ...msg.data?.args, msg);
49
49
  return data;
50
50
  }
51
51
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cgserver",
3
- "version": "6.9.463",
3
+ "version": "6.9.464",
4
4
  "author": "trojan",
5
5
  "type": "commonjs",
6
6
  "description": "free for all.Websocket or Http",