Description
Race condition during concurrent fs.promises.writeFile operations in dev mode corrupts config files.
Location
Impact
Concurrent edits or updates trigger simultaneous un-locked fs.promises.writeFile calls to the same destination. On Windows, this causes EBUSY exceptions that crash the CLI, and on Unix, it leads to interleaved, corrupted file contents.
Description
Race condition during concurrent
fs.promises.writeFileoperations in dev mode corrupts config files.Location
Impact
Concurrent edits or updates trigger simultaneous un-locked
fs.promises.writeFilecalls to the same destination. On Windows, this causesEBUSYexceptions that crash the CLI, and on Unix, it leads to interleaved, corrupted file contents.