We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6021ce commit 18724f5Copy full SHA for 18724f5
lib/grammars/coffeescript.js
@@ -10,7 +10,7 @@ const babel = path.join(bin, "babel")
10
const babelConfig = path.join(__dirname, "babel.config.js")
11
12
const args = function ({ filepath }) {
13
- const cmd = `'${coffee}' -p '${filepath}'|'${babel}' --filename '${bin} --config-file ${babelConfig}'| node`
+ const cmd = `'${coffee}' -p '${filepath}'|'${babel}' --filename '${filepath} --config-file ${babelConfig}'| node`
14
return GrammarUtils.formatArgs(cmd)
15
}
16
0 commit comments