Skip to content

Commit 3fe7dbd

Browse files
committed
file sync header
1 parent 7c80805 commit 3fe7dbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SharedProject/Core/FCCEngine.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ private async System.Threading.Tasks.Task PrepareCoverageProjectsAsync(List<ICov
267267
var logs = fileSynchronizationDetails.Logs;
268268
if (logs.Any())
269269
{
270+
logs.Insert(0, "File synchronization :");
270271
logs.Add($"File synchronization duration : {fileSynchronizationDetails.Duration}");
271272
logger.Log(logs);
272273

0 commit comments

Comments
 (0)