소스 검색

Use standard error reporting for duplicate links

pull/386/head
Dave Machado 6 년 전
부모
커밋
263d095c65
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      build/validate_links.rb

+ 1
- 1
build/validate_links.rb 파일 보기

@@ -21,7 +21,7 @@ fails = []
dup = links.select{|element| links.count(element) > 1}
if dup.uniq.length > 0
dup.uniq.each do |e|
fails.push("Duplicate link: #{e}")
fails.push("(DUP): #{e}")
end
end
# Remove any duplicates from array


불러오는 중...
취소
저장