Skip to content

Commit d7ad011

Browse files
authored
Fix output on nano device update (#286)
***NO_CI***
1 parent a9298c0 commit d7ad011

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

nanoFirmwareFlasher.Library/NanoDeviceOperations.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,11 +292,8 @@ public async Task<ExitCodes> UpdateDeviceClrAsync(
292292
{
293293
Console.WriteLine("");
294294

295-
Console.ForegroundColor = ConsoleColor.Cyan;
296-
Console.Write("Launching nanoBooter...");
297-
Console.WriteLine("");
298-
299295
Console.ForegroundColor = ConsoleColor.White;
296+
Console.Write("Launching nanoBooter...");
300297
}
301298

302299
booterLaunched = nanoDevice.ConnectToNanoBooter();

0 commit comments

Comments
 (0)