Debug build

This commit is contained in:
Stone_Red
2024-01-03 11:58:25 +01:00
parent 38ea2e99c7
commit a4536f05d8
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -49,8 +49,9 @@ internal static class Program
{
mac = await Arp.LookupAsync(ipAddress);
}
catch
catch (Exception ex)
{
ConsoleExt.WriteLine($"Failed to lookup MAC address for {ipAddress}: {ex.Message}", ConsoleColor.Red);
fail = true;
}