@xiaoguomeiyitian/core 1.0.3 → 1.0.4
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 +2 -2
- package/dist/Global_linux.jsc +0 -0
- package/dist/Global_win32.jsc +0 -0
- package/package.json +1 -1
package/dist/Cli.js
CHANGED
@@ -21,8 +21,8 @@ if (cmd == "del") {
|
|
21
21
|
}
|
22
22
|
if (cmd == "autoDeBug") {
|
23
23
|
process.argv = [process.argv[0], process.argv[1], process.argv[2], "-autoDeBug", "1", "-serverType", process.argv[3], "-rpcPort", process.argv[4]];
|
24
|
-
const { Global } = require("
|
25
|
-
new Global();
|
24
|
+
const { Global } = require("@xiaoguomeiyitian/core");
|
25
|
+
global.G = new Global();
|
26
26
|
}
|
27
27
|
/** 拷贝文件 */
|
28
28
|
async function copyDirectory(sourceDir, destDir) {
|
package/dist/Global_linux.jsc
CHANGED
Binary file
|
package/dist/Global_win32.jsc
CHANGED
Binary file
|