Closed rinick closed 3 years ago
also I think follow symlinks is a pretty weird behavior for a library that handles file writing.
1) if you know it's a symlink, you can always get the real path before calling writeFile 2) if you don't know whether it's a symlink or not, how do you know you should or should not follow the symlink? 3) And MOST IMPORTANT, it's no longer a drop-in replacement to fs.writeFile(), and can cause unexpected behavior.
also I think follow symlinks is a pretty weird behavior for a library that handles file writing.
You're right. Reverted in v1.0.0. Thanks for the feedback!
I think this error is caused by https://github.com/typicode/steno/pull/14 revert to previous version fixed the error.