Skip to content

Commit 18724f5

Browse files
committed
fix: fix coffeescript
1 parent c6021ce commit 18724f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/grammars/coffeescript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const babel = path.join(bin, "babel")
1010
const babelConfig = path.join(__dirname, "babel.config.js")
1111

1212
const args = function ({ filepath }) {
13-
const cmd = `'${coffee}' -p '${filepath}'|'${babel}' --filename '${bin} --config-file ${babelConfig}'| node`
13+
const cmd = `'${coffee}' -p '${filepath}'|'${babel}' --filename '${filepath} --config-file ${babelConfig}'| node`
1414
return GrammarUtils.formatArgs(cmd)
1515
}
1616

0 commit comments

Comments
 (0)