mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-17 12:50:11 +10:00
Fix an issue with incorrect logging of secure boot state
This commit is contained in:
@@ -33,8 +33,7 @@ namespace WPinternals
|
||||
|
||||
try
|
||||
{
|
||||
IEnumerable<string> FilePaths = Directory.EnumerateFiles(Path);
|
||||
foreach (string FilePath in FilePaths)
|
||||
foreach (string FilePath in Directory.EnumerateFiles(Path))
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user