Skip to content

Commit 230fa63

Browse files
Jakub SzczyrkJakub Szczyrk
authored andcommitted
Refactoring
1 parent 6ed13cf commit 230fa63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/PatchKit Patcher/Scripts/AppUpdater/Commands/InstallContentCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public override void Execute(CancellationToken cancellationToken)
157157
}
158158
else
159159
{
160-
throw new InstallerException(string.Format("Cannot find hash for file {0} in mapHash.", pathFile));
160+
throw new InstallerException(string.Format("Cannot find hash for file {0} in mapHash.", filePath));
161161
}
162162

163163
_copyFilesStatus.Progress.Value = (i + 1) / (double) _versionContentSummary.Files.Length;

0 commit comments

Comments
 (0)