Просмотр исходного кода

fix error message when no type matches.

Lucas Stadler лет назад: 11
Родитель
Сommit
4a6301bab2
1 измененных файлов с 1 добавлено и 1 удалено
  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 {