We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test/cli-test.js
1 parent af216b0 commit e53a6e8Copy full SHA for e53a6e8
1 file changed
test/cli-test.js
@@ -10,7 +10,7 @@ var moduleVersion = require('../package').version;
10
11
function changeForOS (command) {
12
var requireFlag = !isLegacyNodeVersion ? '--require esm' : '';
13
- command = command.replace('bin/mustache', 'node ' + requireFlag + ' bin/mustache')
+ command = command.replace('bin/mustache', 'node ' + requireFlag + ' bin/mustache');
14
15
if (process.platform === 'win32') {
16
return command
0 commit comments