We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3794a2f commit 00eb247Copy full SHA for 00eb247
1 file changed
cli/dispatcher/internal/dispatcher/launch.go
@@ -441,6 +441,7 @@ func unityExecutableCandidates(version string) []string {
441
return []string{}
442
}
443
444
+
445
func killUnityProcess(pid int) error {
446
process, err := os.FindProcess(pid)
447
if err != nil {
0 commit comments