Explorar el Código

missing semicolon

pull/777/head
JUAN RAFAEL MEJIA LAGUNA hace 5 años
padre
commit
f39620f704
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      test/cli-test.js

+ 1
- 1
test/cli-test.js Ver fichero

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


Cargando…
Cancelar
Guardar