Add back call to normalize function for parsing command line options.

This commit is contained in:
Tom Page
2019-06-20 08:57:44 +01:00
parent 61ba862b89
commit 7abcd13300

View File

@@ -94,7 +94,7 @@ module.exports = class extends Generator {
}
});
} else {
this.props[prompt.name] = option;
this.props[prompt.name] = normalize(option, prompt);
}
});
// Provide Yeoman with the chain of promises so it will wait for answers.