Skip to content

Commit

Permalink
Update Test-KernelProtectedFiles.psm1
Browse files Browse the repository at this point in the history
  • Loading branch information
HotCakeX committed May 18, 2024
1 parent afacc62 commit 5454bfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Function Test-KernelProtectedFiles {
}
}
End {
Return $ExesWithNoHash
Return ($ExesWithNoHash.Count -eq 0 ? $null : $ExesWithNoHash)
}
}
Export-ModuleMember -Function 'Test-KernelProtectedFiles'

0 comments on commit 5454bfc

Please sign in to comment.