Procházet zdrojové kódy

missing semicolon

pull/777/head
JUAN RAFAEL MEJIA LAGUNA před 5 roky
rodič
revize
f39620f704
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      test/cli-test.js

+ 1
- 1
test/cli-test.js Zobrazit soubor

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


Načítá se…
Zrušit
Uložit