Skip to content

Commit cb0eae4

Browse files
committed
oops
1 parent 13e60be commit cb0eae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tasks/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/ConvertDllsToWebCil.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public override bool Execute()
6767
}
6868
catch (Exception ex)
6969
{
70-
Log.LogError($"Failed to convert '{candidate}'. {ex.Message}");
70+
Log.LogError($"Failed to convert '{candidate.ItemSpec}'. {ex.Message}");
7171
return false;
7272
}
7373
}

0 commit comments

Comments
 (0)