Skip to content

Commit

Permalink
Update DefaultGameCore.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
laolarou726 committed Jul 30, 2023
1 parent a2df298 commit adc37fc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ public override async Task<LaunchResult> LaunchTaskAsync(LaunchSettings? setting
ErrorType = LaunchErrorType.NoJava,
Error = new ErrorModel
{
Cause = "未找到JRE运行时,可能是输入的路劲为空或出错,亦或是指定的文件并不存在。",
Cause = "未找到JRE运行时,可能是输入的路径为空或出错,亦或是指定的文件并不存在。",
Error = "未找到JRE运行时",
ErrorMessage = "输入的路劲为空或出错,亦或是指定的文件并不存在"
ErrorMessage = "输入的路径为空或出错,亦或是指定的文件并不存在"
}
};

Expand Down

0 comments on commit adc37fc

Please sign in to comment.