Skip to content

Commit 12470fe

Browse files
authored
Improve warning visibility (#95)
***NO_CI***
1 parent 4ebc52b commit 12470fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nanoFirmwareFlasher/StmDeviceBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public static string RunSTM32ProgrammerCLI(string arguments)
4343
{
4444
if (!Program.ExecutingPath.IsNormalized(NormalizationForm.FormD))
4545
{
46-
Console.ForegroundColor = ConsoleColor.Yellow;
46+
Console.ForegroundColor = ConsoleColor.Red;
4747

4848
Console.WriteLine("");
4949
Console.WriteLine("**************************** WARNING ****************************");

nanoFirmwareFlasher/nanoFirmwareFlasher.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</ItemGroup>
5959

6060
<ItemGroup>
61-
<None Include="..\..\nf-nanoFramework.Networking.Sntp\README.md">
61+
<None Include="..\README.md">
6262
<Pack>True</Pack>
6363
<PackagePath>\</PackagePath>
6464
</None>

0 commit comments

Comments
 (0)