瀏覽代碼

missing semicolon

pull/777/head
JUAN RAFAEL MEJIA LAGUNA 5 年之前
父節點
當前提交
f39620f704
共有 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…
取消
儲存