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(e2e): guard destroy() and serialize state file writes
- destroy() now checks pid/appDir before calling awaitableTreekill/fs.rm,
safely handling cases where init() never ran or failed
- Wrap addLongRunningApp with a file lock to prevent concurrent
read-modify-write races when multiple apps initialize in parallel
0 commit comments