@xiaoguomeiyitian/core 1.2.8 → 1.2.9
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/dist/cli.js +1 -1
- package/dist/lib_linux_20.jsc +0 -0
- package/dist/lib_linux_22.jsc +0 -0
- package/dist/lib_win32_20.jsc +0 -0
- package/dist/lib_win32_22.jsc +0 -0
- package/package.json +1 -1
package/dist/cli.js
CHANGED
@@ -7,7 +7,7 @@ const cwd = process.cwd();
|
|
7
7
|
const cmd = process.argv[2];
|
8
8
|
//调试
|
9
9
|
if (cmd == "dbg") {
|
10
|
-
process.argv = [process.argv[0], process.argv[1], process.argv[2], "-autoDeBug", "1", "-
|
10
|
+
process.argv = [process.argv[0], process.argv[1], process.argv[2], "-autoDeBug", "1", "-serviceType", process.argv[3], "-rpcPort", process.argv[4]];
|
11
11
|
global.G = new index_1.Global();
|
12
12
|
}
|
13
13
|
//生成EntityDefs
|
package/dist/lib_linux_20.jsc
CHANGED
Binary file
|
package/dist/lib_linux_22.jsc
CHANGED
Binary file
|
package/dist/lib_win32_20.jsc
CHANGED
Binary file
|
package/dist/lib_win32_22.jsc
CHANGED
Binary file
|