Skip to content

Commit 245986d

Browse files
committed
🎨 Support one-click addition of Microsoft Defender exclusions #13650
1 parent a479dd6 commit 245986d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/model/elevator.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818

1919
package model
2020

21-
func AddMicrosoftDefenderExclusion() (err error) {}
21+
func AddMicrosoftDefenderExclusion() error { return nil }
2222

2323
func AutoProcessMicrosoftDefender() {}

0 commit comments

Comments
 (0)