This repository was archived by the owner on Nov 21, 2025. It is now read-only.
Commit 83b8f79
committed
fix: ngcc progress not reported
ngcc progress is supposed to be reported to the client, but since the child
process is not silenced, stdio got inherited from the parent process. As a
result, ngcc progress shows up in the Output panel of Angular language service
instead of the status bar in vscode.1 parent 96e5b21 commit 83b8f79
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
0 commit comments