powershellの解析、Check-Commandの修正

This commit is contained in:
akiranishikawa
2020-10-11 14:47:39 +09:00
parent 22edee0332
commit 850caa8a53
4 changed files with 157 additions and 108 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ impl Application {
fn emet(&mut self, system: &event::System) {
match &system.provider.name {
Some(name) => {
if (name != "EMET") {
if name != "EMET" {
return;
}
}