Преглед на файлове

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 Key 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


Loading…
Отказ
Запис