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(ipc): ensure JSON timestamp always checked in cleanupIpcStubs
The previous logic only checked JSON timestamp when mtime indicated
the file wasn't stale, causing CI failures when filesystem mtime was
unreliable. Now always checks both indicators with OR logic.
0 commit comments