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
// Sadly a process can not be killed every time :(
33
-
containsMsg:=strings.Contains(err.Error(), "Timeout occurred and can not kill process with pid") ||strings.Contains(err.Error(), "Command timed out after 1ms")
32
+
containsMsg:=strings.Contains(err.Error(), "timeout occurred and can not kill process with pid") ||strings.Contains(err.Error(), "command timed out after 1ms")
// This is needed because windows sometimes can not kill the process :(
29
-
containsMsg:=strings.Contains(err.Error(), "Timeout occurred and can not kill process with pid") ||strings.Contains(err.Error(), "Command timed out after 5ms")
28
+
containsMsg:=strings.Contains(err.Error(), "timeout occurred and can not kill process with pid") ||strings.Contains(err.Error(), "command timed out after 5ms")
0 commit comments