fs: Missing cb errors are deprecated, not a throw
Commit a8043473 makes fs function rethrow errors when the callback is omitted. While the right thing to do, it's a change from the old v0.8 behavior where such errors were silently ignored. To give users time to upgrade, temporarily disable that and replace it with a function that warns once about the deprecated behavior. Close #5005
parent
fa05e8a2
Please register or sign in to comment