Fix a linting error.

This commit is contained in:
Logan Smyth 2018-09-07 16:09:25 -07:00
parent dad55ef1d6
commit 7273cf8fe5

View File

@ -208,7 +208,7 @@ export default function parseArgv(args: Array<string>) {
if (errors.length) { if (errors.length) {
console.error("babel:"); console.error("babel:");
errors.forEach(function (e) { errors.forEach(function(e) {
console.error(" " + e); console.error(" " + e);
}); });
process.exit(2); process.exit(2);