We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f999d5a commit 471a1b6Copy full SHA for 471a1b6
1 file changed
tools/broccoli/angular_builder.ts
@@ -85,7 +85,6 @@ export class AngularBuilder {
85
86
87
private rebuild(builder) {
88
- return builder.build()
89
- .then((result) => { printSlowTrees(result.graph); });
+ return builder.build().then((result) => { printSlowTrees(result.graph); });
90
}
91
0 commit comments