What's wrong with this entry?
All filesystem operations now include descriptive context in debug logs.
- Operations like
readFileSync,writeFileSync,symlinkSyncnow log with path information - Improved format:
readFileSync(/path/to/file)instead of justreadFileSync - Helps diagnose file-related issues in debug mode
CQ variable at line 2388 (filesystem wrapper, contains descriptive operation strings)
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.