Fix a linting error.
This commit is contained in:
parent
dad55ef1d6
commit
7273cf8fe5
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user