You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
isAnInteractiveSession, err:=svc.IsAnInteractiveSession() //nolint:staticcheck // SA1019 We use IsAnInteractiveSession because IsWindowsService has a different permissions profile
46
45
iferr!=nil {
47
46
log.Error("Unable to ascertain if running as an Windows Service: %v", err)
0 commit comments