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 523d073 commit 2b24391Copy full SHA for 2b24391
packages/@angular/cli/models/schematic-command.ts
@@ -148,7 +148,7 @@ export abstract class SchematicCommand extends Command {
148
});
149
150
workflow.lifeCycle.subscribe(event => {
151
- if (event.kind == 'end' || event.kind == 'workflow-end') {
+ if (event.kind == 'end' || event.kind == 'post-tasks-start') {
152
if (!error) {
153
// Output the logging queue, no error happened.
154
loggingQueue.forEach(log => this.logger.info(log));
0 commit comments