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 6ed13cf commit 230fa63Copy full SHA for 230fa63
Assets/PatchKit Patcher/Scripts/AppUpdater/Commands/InstallContentCommand.cs
@@ -157,7 +157,7 @@ public override void Execute(CancellationToken cancellationToken)
157
}
158
else
159
{
160
- throw new InstallerException(string.Format("Cannot find hash for file {0} in mapHash.", pathFile));
+ throw new InstallerException(string.Format("Cannot find hash for file {0} in mapHash.", filePath));
161
162
163
_copyFilesStatus.Progress.Value = (i + 1) / (double) _versionContentSummary.Files.Length;
0 commit comments