maint: hotreload updated to 1.13.7
This commit is contained in:
@@ -2,6 +2,7 @@ using System;
|
||||
using System.Diagnostics;
|
||||
using System.IO;
|
||||
using System.Threading.Tasks;
|
||||
using SingularityGroup.HotReload.Editor.Localization;
|
||||
using Debug = UnityEngine.Debug;
|
||||
|
||||
namespace SingularityGroup.HotReload.Editor.Cli {
|
||||
@@ -45,7 +46,7 @@ namespace SingularityGroup.HotReload.Editor.Cli {
|
||||
if (File.Exists(cliargsfile)) {
|
||||
File.Delete(cliargsfile);
|
||||
}
|
||||
throw new Exception("Could not start code patcher process.");
|
||||
throw new Exception(Translations.Errors.ExceptionCouldNotStartCodePatcher);
|
||||
}
|
||||
codePatcherProc.BeginErrorReadLine();
|
||||
codePatcherProc.BeginOutputReadLine();
|
||||
|
||||
Reference in New Issue
Block a user