You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(@angular-devkit/build-angular): exit localized build when CTRL+C is pressed
When using localization we setup `SIGINT` signal to delete the temporary directory. In some cases these resulted in delaying the process from exiting a couple of seconds.
Closes#22216
0 commit comments