Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit d043289

Browse files
clydinhansl
authored andcommitted
fix(@angular-devkit/schematics): fully ensure non-empty with last op
1 parent f8884ab commit d043289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular_devkit/schematics/tools/workflow/node-workflow.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ export class NodeWorkflow implements workflow.Workflow {
162162
return this._engine.executePostTasks()
163163
.pipe(
164164
tap({ complete: () => this._lifeCycle.next({ kind: 'post-tasks-end' }) }),
165-
last(),
166165
defaultIfEmpty(),
166+
last(),
167167
);
168168
}),
169169
tap({ complete: () => {

0 commit comments

Comments
 (0)