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/build): avoid race condition in sass importer
On slow systems, a race condition can lead to the sass worker thread
being notified to wake up before a message is posted. This causes the
build to be aborted because the searched file is not found.
Waiting twice for a non-zero number in the signal handles this race
correctly, and the second wait should be a noop in the usual case.
Fixes#27167
(cherry picked from commit 5f473af)
0 commit comments