We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d6c47b commit c164f8fCopy full SHA for c164f8f
app/index.js
@@ -164,7 +164,8 @@ class LocalAddonGenerator extends Generator {
164
if(this.shouldShowFullErrors && error !== undefined) {
165
this.log(error);
166
}
167
- this.env.error(`\n❌ ${chalk.red('ERROR:')} ${message}`);
+ this.log(`\n❌ ${chalk.red('ERROR:')} ${message}`);
168
+ this.env.error(`create-local-addon error: ${message}`);
169
170
171
_printOpeningInstructions() {
0 commit comments