We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f4d766 commit 9fd5429Copy full SHA for 9fd5429
GameFrameX.StartUp/GameApp.cs
@@ -50,6 +50,7 @@ public static async Task Entry(string[] args, Action initAction, Action<LogOptio
50
environmentVariablesList.Add(environmentVariable.Value.ToString());
51
}
52
53
+ LogHelper.Console(string.Join("\n", environmentVariablesList));
54
LogHelper.Console("当前环境变量END---------------------");
55
LogHelper.Console(string.Empty);
56
0 commit comments