pull/7738/head
Rich Harris 8 years ago
parent 745ed90bab
commit ef3d0f8dd1

@ -171,7 +171,7 @@ export function showOutput(cwd, shared) {
} }
); );
console.log( console.log( // eslint-disable-line no-console
`\n>> ${chalk.cyan.bold(file)}\n${addLineNumbers(code)}\n<< ${chalk.cyan.bold(file)}` `\n>> ${chalk.cyan.bold(file)}\n${addLineNumbers(code)}\n<< ${chalk.cyan.bold(file)}`
); );
}); });

Loading…
Cancel
Save