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
chore: flush shared string file before unlocking (#15333)
## Description
We make sure that writes to shared string files are flushed before the
exclusive lock is released to guarantee that changes are visible to
other processes trying to access the same file.
0 commit comments