This commit is contained in:
carlospolop
2025-05-25 02:21:39 +02:00
parent 65b98d11ac
commit aab8241ede
2 changed files with 3 additions and 3 deletions

View File

@@ -512,7 +512,7 @@ namespace winPEAS.Checks
}
else if (!string.IsNullOrEmpty(resolutionInfo.Error))
{
Beaprint.BadPrint($" {resolutionInfo.Error}");
Beaprint.PrintException($" {resolutionInfo.Error}");
}
}
catch (Exception ex)