소스 검색

Fix missing semicolon in `test/cli-test.js` (#777)

Co-authored-by: JUAN RAFAEL MEJIA LAGUNA <juan.mejia@di.unanleon.edu.ni>
pull/779/head
Mejia1994 GitHub 5 년 전
부모
커밋
e53a6e8cd2
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      test/cli-test.js

+ 1
- 1
test/cli-test.js 파일 보기

@@ -10,7 +10,7 @@ var moduleVersion = require('../package').version;

function changeForOS (command) {
var requireFlag = !isLegacyNodeVersion ? '--require esm' : '';
command = command.replace('bin/mustache', 'node ' + requireFlag + ' bin/mustache')
command = command.replace('bin/mustache', 'node ' + requireFlag + ' bin/mustache');

if (process.platform === 'win32') {
return command


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