Skip to content

Warn against use of appendFile for writing to a single file.

Rodrigo Muino Tomonari requested to merge github/fork/chrisdew/patch-1 into master

Warn against use of appendFile for writing to a single file from multiple places.

This unexpected behaviour brought down a production machine under load, where I was using appendFile for logging. I don't want anyone else to make a similar mistake.

Merge request reports

Loading