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
I thnk the source of the problem is this line, if I comment it out it disables
// runtime is already disabled, nothing to do.
// if !r.Active() {
// fmt.Println("no need to disable this its already not active", r.Name())
// continue
// }
The text was updated successfully, but these errors were encountered: