Skip to content
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.

Commit

Permalink
fix(@angular-devkit/schematics): fully ensure non-empty with last op
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin authored and hansl committed May 10, 2018
1 parent f8884ab commit d043289
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ export class NodeWorkflow implements workflow.Workflow {
return this._engine.executePostTasks()
.pipe(
tap({ complete: () => this._lifeCycle.next({ kind: 'post-tasks-end' }) }),
last(),
defaultIfEmpty(),
last(),
);
}),
tap({ complete: () => {
Expand Down

0 comments on commit d043289

Please sign in to comment.