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) {
|
||||
console.error("babel:");
|
||||
errors.forEach(function (e) {
|
||||
errors.forEach(function(e) {
|
||||
console.error(" " + e);
|
||||
});
|
||||
process.exit(2);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user