Skip to content

Commit e2f4c6c

Browse files
authored
Formatting
1 parent c13ebc3 commit e2f4c6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Runner.Listener/SelfUpdater.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,9 @@ private async Task DownloadLatestRunner(CancellationToken token, string targetVe
300300
}
301301
else
302302
{
303-
_terminal.WriteLine($"Mock runner archive not found at {archiveFile} for target version {targetVersion}, proceeding with download instead");
304303
archiveFile = null;
304+
_terminal.WriteLine($"Mock runner archive not found at {archiveFile} for target version {targetVersion}, proceeding with download instead");
305+
_updateTrace.Enqueue($"Mock runner archive not found at {archiveFile} for target version {targetVersion}, proceeding with download instead");
305306
}
306307
}
307308
#endif

0 commit comments

Comments
 (0)