Skip to content

Commit e53a6e8

Browse files
Mejia1994mejiaest
andauthored
Fix missing semicolon in test/cli-test.js (#777)
Co-authored-by: JUAN RAFAEL MEJIA LAGUNA <juan.mejia@di.unanleon.edu.ni>
1 parent af216b0 commit e53a6e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cli-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var moduleVersion = require('../package').version;
1010

1111
function changeForOS (command) {
1212
var requireFlag = !isLegacyNodeVersion ? '--require esm' : '';
13-
command = command.replace('bin/mustache', 'node ' + requireFlag + ' bin/mustache')
13+
command = command.replace('bin/mustache', 'node ' + requireFlag + ' bin/mustache');
1414

1515
if (process.platform === 'win32') {
1616
return command

0 commit comments

Comments
 (0)