Pārlūkot izejas kodu

fix error message when no type matches.

Lucas Stadler 12 gadi atpakaļ
vecāks
revīzija
4a6301bab2
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      go/detect/detect.go

+ 1 - 1
go/detect/detect.go

65
		}
65
		}
66
	}
66
	}
67
67
68
	return nil, errors.New("no project matches")
68
	return nil, errors.New("no project type matches")
69
}
69
}
70
70
71
func DetectAll(file string) []*Project {
71
func DetectAll(file string) []*Project {