소스 검색

Update bin/mustache

Co-Authored-By: Phillip Johnsen <johphi@gmail.com>
pull/717/head
Justin GitHub 6 년 전
부모
커밋
d856185ce4
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      bin/mustache

+ 1
- 1
bin/mustache 파일 보기

@@ -130,7 +130,7 @@ function isStdin (view) {
return view === '-';
}

function isJson (view) {
function isJsFile (view) {
return path.extname(view) === '.js';
}



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