pull/626/head
Rich Harris 8 years ago
parent b89c42c851
commit e730b38b9d

@ -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