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 b278d7c commit 30ff691Copy full SHA for 30ff691
src/bin/lint.ts
@@ -169,7 +169,7 @@ async function main(argv = process.argv) {
169
170
try {
171
if (prettierBin) {
172
- console.error(` ${prettierBin} ${prettierArgs.join('\n' + ' ')}`);
+ console.error(` ${prettierBin} \n ${prettierArgs.join('\n' + ' ')}`);
173
childProcess.execFileSync(
174
process.execPath,
175
[prettierBin, ...prettierArgs],
0 commit comments