Skip to content

Commit 9fd5429

Browse files
committed
[增加](环境变量): 增加环境变量的参数打印
1 parent 0f4d766 commit 9fd5429

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

GameFrameX.StartUp/GameApp.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ public static async Task Entry(string[] args, Action initAction, Action<LogOptio
5050
environmentVariablesList.Add(environmentVariable.Value.ToString());
5151
}
5252

53+
LogHelper.Console(string.Join("\n", environmentVariablesList));
5354
LogHelper.Console("当前环境变量END---------------------");
5455
LogHelper.Console(string.Empty);
5556
LogHelper.Console(string.Empty);

0 commit comments

Comments
 (0)