Skip to content

Commit c04f45a

Browse files
committed
Fixed previous commit.
1 parent 5f9b6d6 commit c04f45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PostSharp.Engineering.BuildTools/Utilities/FileDownloader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ private FileDownloader(
143143
}
144144
finally
145145
{
146-
progress.StopTask();
146+
progress?.StopTask();
147147
}
148148
}
149149

0 commit comments

Comments
 (0)